Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
Find a file
AnimeDL 7c363b155d [CR] Only use second key
If first key is used, occasionally the episode will fail to decrypt?
2024-03-30 15:30:46 -07:00
.github Remove PRs from auto-documentation workflow 2024-03-21 11:34:16 -07:00
@types Update crunchyTypes.d.ts 2024-03-21 06:24:53 +02:00
config Implement a mp4decrypt native module 2024-03-29 15:49:11 -07:00
docs Implement a mp4decrypt native module 2024-03-29 15:49:11 -07:00
gui [CR] Fix issue with API version detection in GUI 2024-03-23 21:03:49 -07:00
modules Implement a mp4decrypt native module 2024-03-29 15:49:11 -07:00
src/hooks Changes as discussed with sww 2023-07-09 17:19:44 +00:00
videos Update 2021-09-01 12:40:45 -03:00
widevine Initial commit for WV Decryption 2023-12-24 19:29:01 -08: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 Change no-unused-vars to warn 2023-07-15 17:57:08 -07:00
.gitignore [HD] Initial support for new Hidive API 2024-03-16 17:44:11 -07:00
crunchy.ts [CR] Only use second key 2024-03-30 15:30:46 -07:00
dev.js Initial commit to add hidive 2023-07-04 10:21:16 -07:00
Dockerfile Fix docker builds 2024-03-15 10:08:25 -07: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
hidive.ts Implement a mp4decrypt native module 2024-03-29 15:49:11 -07:00
index.ts Improve readability of index 2024-03-21 13:53:31 -07:00
LICENSE.md Starting with merge 2021-10-29 22:42:50 +02:00
package.json Update mp4decryptjs 2024-03-30 15:30:04 -07:00
pnpm-lock.yaml Update mp4decryptjs 2024-03-30 15:30:04 -07:00
TODO.md Update TODO.md 2024-03-22 17:31:56 -07:00
tsc.ts Add to the ignored items for compilation 2024-03-17 11:10:05 -07:00
tsconfig.json Update dependencies 2023-07-15 15:09:06 -07:00

Anime Downloader NX by AniDL

Discord Shield

This downloader can download anime from different sites. Currently supported are Funimation, Crunchyroll, and Hidive.

This application is not endorsed by or affiliated with Funimation, Crunchyroll, or Hidive. 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.

Dependencies

Paths Configuration

By default this application uses the following paths to programs (main executables):

  • ffmpeg.exe (From PATH)
  • ffprobe.exe (From PATH)
  • mkvmerge.exe (From PATH)

To change these paths you need to edit bin-path.yml in ./config/ directory.

CLI Information

See the documentation for a complete list of what options are available. You can define defaults for the commands by editing the cli-defaults.yml file in the ./config/ directory.

Example usage

Logging in

Most services require you to be logged in, in order to download from, an example of how you would login is:

AniDL --service {ServiceName} --auth

Searching

In order to find the IDs to download, you can search from each service by using the --search flag like this:

AniDL --service {ServiceName} --search {SearchTerm}

Downloading

Once you have the ID which you can obtain from using the search or other means, you are ready to download, which you can do like this:

AniDL --service {ServiceName} -s {SeasonID} -e {EpisodeNumber}

Building and running from source

Build Dependencies

Dependencies that are only required for running from code. These are not required if you are using the prebuilt binaries.

Build Instructions

Please note that NodeJS, NPM, PNPM, and CMake must be installed on 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 with the CLI, or run node gui.js to run the GUI

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

DRM Decryption

Instructions

In order to decrypt DRM content, you will need to have a dumped CDM, after that you will need to place the CDM files (blob file and pem file) into the ./widevine/ directory. For legal reasons we do not include the CDM with the software, and you will have to source one yourself.

Disclaimer

We do not support nor condone piracy