Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
Find a file
2023-02-28 17:23:42 +01:00
.github Remove action cache 2023-02-26 19:30:34 +01:00
@types Setup + Passwordless 2023-02-28 17:23:42 +01:00
config Setup + Passwordless 2023-02-28 17:23:42 +01:00
docs + Documentation 2023-02-27 20:24:14 +00:00
gui Setup + Passwordless 2023-02-28 17:23:42 +01:00
modules Setup + Passwordless 2023-02-28 17:23:42 +01:00
videos Update 2021-09-01 12:40:45 -03:00
.eslintignore ignore dev script linting 2023-01-22 22:07:01 -08: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 New GUI 2023-02-27 21:20:06 +01:00
dev.js Update gui 2023-02-25 14:32:42 +01:00
Dockerfile Setup + Passwordless 2023-02-28 17:23:42 +01:00
funi.ts New GUI 2023-02-27 21:20:06 +01:00
gui.ts New GUI 2023-02-27 21:20:06 +01: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.json New GUI 2023-02-27 21:20:06 +01:00
pnpm-lock.yaml New GUI 2023-02-27 21:20:06 +01:00
TODO.md Fixed #232 2022-02-26 13:21:00 +01:00
tsc.ts Setup + Passwordless 2023-02-28 17:23:42 +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.