Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
Find a file
2022-01-15 16:34:54 +01:00
.github Update on trigger 2022-01-15 16:34:54 +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 Auto update documentation 2022-01-15 16:32:53 +01:00
modules Eslint fix 2022-01-15 16:34:04 +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 Download Archve 2021-11-21 14:53:14 +01:00
crunchy.ts Update config 2022-01-15 15:25:45 +01:00
funi.ts Update config 2022-01-15 15:25:45 +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 Logging + Fix unknown season title + Fix padding 2022-01-11 22:49:28 +01:00
package.json Auto update documentation 2022-01-15 16:32:53 +01:00
tsc.ts Use Langs data in Funi 2021-11-30 19:44:23 +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