This downloader can download anime from diffrent sites. Currently supported are Funimation and Crunchyroll.
This application is not endorsed by or affiliated with Funimation or Crunchyroll. This application enables you to download videos for offline viewing which may be forbidden by law in your country. The usage of this application may also cause a violation of the Terms of Service between you and the stream provider. This tool is not responsible for your actions; please make an informed decision before using this application.
- NodeJS >= 12.4.0 (https://nodejs.org/)
- NPM >= 6.9.0 (https://www.npmjs.org/)
- ffmpeg >= 4.0.0 (https://www.videohelp.com/software/ffmpeg)
- MKVToolNix >= 20.0.0 (https://www.videohelp.com/software/MKVToolNix)
By default this application uses the following paths to programs (main executables):
ffmpeg.exe
(From PATH)mkvmerge.exe
(From PATH)
To change these paths you need to edit bin-path.yml
in ./config/
directory.
After installing NodeJS with NPM go to directory with package.json
file and type: npm i
. Afterwards run npm run tsc
. You can now find a lib folder containing the js code execute.