Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
Find a file
AnimeDL 45b2fc2624
Merge pull request #381 from RavensRain/master
Ability to reduce unnecessary bandwidth usage
2022-09-18 20:37:52 -07:00
.github Add files via upload 2022-08-19 21:21:34 +03:00
@types Ability to reduce unnecessary bandwidth usage 2022-09-11 10:41:21 +02:00
build Fix #258 2022-02-20 19:51:42 +01:00
config remove useless console.log 2022-09-11 13:22:05 +02:00
docs Ability to reduce unnecessary bandwidth usage 2022-09-11 10:41:21 +02:00
gui Ability to reduce unnecessary bandwidth usage 2022-09-11 10:41:21 +02:00
modules set dlVideoOnce to crunchy only 2022-09-12 19:14:51 +02:00
videos Update 2021-09-01 12:40:45 -03:00
.eslintignore Fix #258 2022-02-20 19:51:42 +01:00
.eslintrc.json Fixed #232 2022-02-26 13:21:00 +01:00
.gitignore Update Dockerfile 2022-07-28 15:20:41 +02:00
crunchy.ts remove useless console.log 2022-09-11 13:22:05 +02:00
Dockerfile Update Dockerfile 2022-07-28 15:20:41 +02:00
funi.ts Ability to override the name of "cc" 2022-07-22 18:47:37 +02:00
index.ts Eslint 2022-04-18 11:36:14 +02:00
LICENSE.md Starting with merge 2021-10-29 22:42:50 +02:00
package-lock.json Merge pull request #370 from anidl/dependabot/npm_and_yarn/dotenv-16.0.2 2022-08-31 13:38:26 +02:00
package.json Merge pull request #370 from anidl/dependabot/npm_and_yarn/dotenv-16.0.2 2022-08-31 13:38:26 +02:00
TODO.md Fixed #232 2022-02-26 13:21:00 +01:00
tsc.ts Update + Update Version + Eslint 2022-02-20 19:56:45 +01:00
tsconfig.json Eslint + Crunchy implementation 2022-01-30 15:35:44 +01:00

Anime Downloader NX by AniDL

Discord Shield

This downloader can download anime from different 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

Build instructions

Please note that nodejs and npm must be installed in your system. First clone this repo git clone https://github.com/anidl/multi-downloader-nx.git. cd into the cloned directory and run npm i. Afterwards run npm run tsc false [true if you want gui, false otherwise]. If you want the js files you are done. Just cd into the lib folder. If you want to package the application, please also cd into the lib folder and run npx electron-builder build --publish=never [Your Options] for the gui build. You may find the options here. Since the cli tool requires some more configuration, please see the modules/build.ts file and run the commands under buildBinary.