Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
Find a file
2022-01-16 16:06:10 +01:00
.github Automaticlly build documentation 2022-01-15 16:50:57 +01:00
@types CC support as in #198 2021-12-21 14:35:15 +01:00
config Update config 2022-01-15 15:25:45 +01:00
docs Build Documentaion 2022-01-15 16:02:51 +00:00
modules FFmpeg can add fonts to mkv file 2022-01-16 16:06:10 +01:00
videos Update 2021-09-01 12:40:45 -03:00
.eslintignore 100% 2021-11-01 20:38:58 +01:00
.eslintrc.json Inital 2021-10-27 22:46:08 +02:00
.gitignore FFmpeg can add fonts to mkv file 2022-01-16 16:06:10 +01:00
crunchy.ts FFmpeg can add fonts to mkv file 2022-01-16 16:06:10 +01:00
funi.ts Force Muxer command 2022-01-16 15:59:39 +01:00
index.ts Full list + implementation 2021-12-26 22:25:30 +01:00
LICENSE.md Starting with merge 2021-10-29 22:42:50 +02:00
package-lock.json Update version 2022-01-15 17:02:24 +01:00
package.json Update version 2022-01-15 17:02:24 +01:00
tsc.ts FFmpeg can add fonts to mkv file 2022-01-16 16:06:10 +01:00
tsconfig.json Added argument support + Fixed CR bug where Quality was wrongly shown 2021-11-07 00:46:14 +01:00

Anime Downloader NX by AniDL

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.

Prerequisites

Paths Configuration

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.

Node Modules

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.

CLI Options

See the documentation