-
Notifications
You must be signed in to change notification settings - Fork 2
3. Stream Video
Hanif Dwy Putra S edited this page Nov 5, 2021
·
1 revision
Do you want download streaming video? That's probably here.
Flow:
- Get anime basic information.
- Get extra anime information.
- Download
Why?
- Why we must get anime basic information first? Because
OtakudesuInstance#getExtraAnime
need anime slug (eg.borto-sub-indo
). - Why we must use extra anime information to download the stream video? Because stream video is only available on episode page.
Data:
If you're trying to download stream video, we're using PassThrough
from node:stream
as returned data.
You could save the video to your directory using PassThrough#pipe