Returns a readable stream from a video using FFmpeg.
download(1315) .then(console.log)
The video / url or id to download.
Gets full info over a video with given id or url.
getVideoInfo(1315) .then(v => v.video)
The url or id of the video.
Makes a search on hanime.tv.
search('itadaki') .then(r => r.videos)
The query or options for this search.
Generated using TypeDoc
Returns a readable stream from a video using FFmpeg.
download(1315) .then(console.log)