Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
Find a file
2022-01-23 20:26:38 +01:00
.github Automaticlly build documentation 2022-01-15 16:50:57 +01:00
@types Start of gui 2022-01-23 20:26:38 +01:00
config Update config 2022-01-15 15:25:45 +01:00
docs Build Documentaion 2022-01-18 20:53:25 +00:00
electron Start of gui 2022-01-23 20:26:38 +01:00
modules Fixed an issue where the path to the multi dl folder coud not contain a space 2022-01-22 13:55:14 +01:00
videos Update 2021-09-01 12:40:45 -03:00
.eslintignore 100% 2021-11-01 20:38:58 +01:00
.eslintrc.json Start of gui 2022-01-23 20:26:38 +01:00
.gitignore Start of gui 2022-01-23 20:26:38 +01:00
crunchy.ts Eslint 2022-01-18 15:45:09 +01:00
funi.ts Start of gui 2022-01-23 20:26:38 +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 Start of gui 2022-01-23 20:26:38 +01:00
package.json Start of gui 2022-01-23 20:26:38 +01:00
tsc.ts FFmpeg can add fonts to mkv file 2022-01-16 16:06:10 +01:00
tsconfig.json Start of gui 2022-01-23 20:26:38 +01:00
webpack.main.config.js Start of gui 2022-01-23 20:26:38 +01:00
webpack.plugins.js Start of gui 2022-01-23 20:26:38 +01:00
webpack.renderer.config.js Start of gui 2022-01-23 20:26:38 +01:00
webpack.rules.js Start of gui 2022-01-23 20:26:38 +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