Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
Find a file
AnimeDL 190c59d1a9 Update README.md
Improve syntax and update build instructions
2023-07-02 14:48:45 -07:00
.github Docker 2023-03-04 23:51:27 +01:00
@types Series title templatable now 2023-04-20 13:11:19 -05:00
config Setup + Passwordless 2023-02-28 17:23:42 +01:00
docs Update README.md 2023-07-02 14:48:45 -07:00
gui Fix copy to clipboard for images 2023-04-07 22:39:23 +02:00
modules CLI Default for GUI & Pnpm update 2023-03-22 18:15:57 +01:00
videos Update 2021-09-01 12:40:45 -03:00
.dockerignore Fix docker 2023-03-01 23:42:42 +01:00
.eslintignore New Logger + HLS-Download include 2023-03-03 19:10:20 +01:00
.eslintrc.json New Logger + HLS-Download include 2023-03-03 19:10:20 +01:00
.gitignore Update Dockerfile 2022-07-28 15:20:41 +02:00
crunchy.ts Series title templatable now 2023-04-20 13:11:19 -05:00
dev.js Update gui 2023-02-25 14:32:42 +01:00
Dockerfile Fix docker 2023-03-01 23:42:42 +01:00
funi.ts New Logger + HLS-Download include 2023-03-03 19:10:20 +01:00
gui.ts New Logger + HLS-Download include 2023-03-03 19:10:20 +01:00
index.ts New Logger + HLS-Download include 2023-03-03 19:10:20 +01:00
LICENSE.md Starting with merge 2021-10-29 22:42:50 +02:00
package.json Increment version 2023-06-18 19:30:20 +00:00
pnpm-lock.yaml update lockfile 2023-04-16 19:03:00 -07:00
TODO.md Fixed #232 2022-02-26 13:21:00 +01:00
tsc.ts CI 2023-03-04 23:25:26 +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, npm, and pnpm must be installed in your system. For instructions on how to install pnpm, check (https://pnpm.io/installation)

First clone this repo git clone https://github.com/anidl/multi-downloader-nx.git.

cd into the cloned directory and run pnpm i. Afterwards run pnpm 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, and run node index.js --help to get started

If you want to package the application, run pnpm run build-{platform}-{type} where {platform} is the operating system (currently the choices are windows, ubuntu, macos, and arm) and {type} is cli or gui.