Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
Find a file
2022-02-20 15:44:20 +01:00
.github Fix typo 2022-02-15 21:17:24 +01:00
@types Stuff 2022-02-13 15:33:04 +01:00
build Use electron-builder 2022-02-20 15:44:20 +01:00
config Update config 2022-01-15 15:25:45 +01:00
docs Build Documentaion 2022-02-15 21:33:14 +00:00
gui Use electron-builder 2022-02-20 15:44:20 +01:00
modules Use electron-builder 2022-02-20 15:44:20 +01:00
videos Update 2021-09-01 12:40:45 -03:00
.eslintignore Eslint + Crunchy implementation 2022-01-30 15:35:44 +01:00
.eslintrc.json Eslint + Crunchy implementation 2022-01-30 15:35:44 +01:00
.gitignore Use electron-builder 2022-02-20 15:44:20 +01:00
crunchy.ts Fix #259 2022-02-19 13:36:22 +01:00
funi.ts Fix #259 2022-02-19 13:36:22 +01:00
index.ts Use electron-builder 2022-02-20 15:44:20 +01:00
LICENSE.md Starting with merge 2021-10-29 22:42:50 +02:00
package-lock.json Use electron-builder 2022-02-20 15:44:20 +01:00
package.json Use electron-builder 2022-02-20 15:44:20 +01:00
TODO.md Change application data path 2022-02-17 21:42:45 +01:00
tsc.ts Use electron-builder 2022-02-20 15:44:20 +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