Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
Find a file
2022-02-15 22:33:51 +01:00
.github Fix typo 2022-02-15 21:17:24 +01:00
@types Stuff 2022-02-13 15:33:04 +01:00
config Update config 2022-01-15 15:25:45 +01:00
docs Build Documentaion 2022-02-15 21:33:14 +00:00
gui Build GUI and CLI 2022-02-15 20:11:55 +01:00
modules Linux fixes 2022-02-15 21:52:38 +01:00
videos Update 2021-09-01 12:40:45 -03:00
.eslintignore Eslint + Crunchy implementation 2022-01-30 15:35:44 +01:00
.eslintrc.json Eslint + Crunchy implementation 2022-01-30 15:35:44 +01:00
.gitignore Build application 2022-01-25 21:04:57 +01:00
crunchy.ts See todo for changes 2022-02-12 16:52:36 +01:00
funi.ts Working downloads with queue system 2022-02-05 17:08:57 +01:00
index.ts Eslint + Crunchy implementation 2022-01-30 15:35:44 +01:00
LICENSE.md Starting with merge 2021-10-29 22:42:50 +02:00
package-lock.json Bump Version 2022-02-15 22:29:57 +01:00
package.json Bump Version 2022-02-15 22:29:57 +01:00
TODO.md Stuff 2022-02-13 15:33:04 +01:00
tsc.ts Build GUI and CLI 2022-02-15 20:11:55 +01:00
tsconfig.json Eslint + Crunchy implementation 2022-01-30 15:35:44 +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