Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
Find a file
2022-08-19 21:21:34 +03:00
.github Add files via upload 2022-08-19 21:21:34 +03:00
@types Ability to override the name of "cc" 2022-07-22 18:47:37 +02:00
build Fix #258 2022-02-20 19:51:42 +01:00
config Update config 2022-01-15 15:25:45 +01:00
docs Update version + dependencies + Documentation 2022-07-23 19:33:59 +00:00
gui Ability to override the name of "cc" 2022-07-22 18:47:37 +02:00
modules Fix eslint errors 2022-07-23 21:24:24 +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 Ability to override the name of "cc" 2022-07-22 18:47:37 +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 Update version + dependencies 2022-07-23 21:33:15 +02:00
package.json Update version + dependencies 2022-07-23 21:33:15 +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

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

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.