All Projects → anidl → multi-downloader-nx

anidl / multi-downloader-nx

Licence: MIT license
Download videos from Funimation a nd Crunchyroll via cli.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to multi-downloader-nx

CR-dl
A Crunchyroll downloader
Stars: ✭ 88 (+104.65%)
Mutual labels:  crunchyroll, crunchyroll-downloader
nyaascraper
An application to scrape and open magnet links for fansub groups from nyaa.si where batches don't already exist.
Stars: ✭ 34 (-20.93%)
Mutual labels:  downloader
hanime
📥 Command-line tool to download videos from hanime.tv
Stars: ✭ 32 (-25.58%)
Mutual labels:  downloader
futurelearn-dl
A script to download materials from the FutureLearn website (for enrolled courses)
Stars: ✭ 35 (-18.6%)
Mutual labels:  downloader
Atomic
An android restful api/networking library using okhttp library as backbone.
Stars: ✭ 13 (-69.77%)
Mutual labels:  downloader
crunchyroll-dl
A fast, modern, and beautiful Crunchyroll downloader.
Stars: ✭ 111 (+158.14%)
Mutual labels:  crunchyroll
fbdl
📥 Download publicly shared videos from Facebook with an ease!
Stars: ✭ 29 (-32.56%)
Mutual labels:  downloader
mtv dl
MediathekView Downloader
Stars: ✭ 49 (+13.95%)
Mutual labels:  downloader
crunchyroll-webos
Unofficial WebOS TV App for Crunchyroll. The last app you will ever need.
Stars: ✭ 62 (+44.19%)
Mutual labels:  crunchyroll
download
Dateidownloads von Files aus dem Medienpool über PHP oder X-SendFile
Stars: ✭ 30 (-30.23%)
Mutual labels:  downloader
Anifiltrs
A collection of filter lists for anime streaming, manga reading, and downloading of such things.
Stars: ✭ 142 (+230.23%)
Mutual labels:  crunchyroll
Floatplane-Downloader
Project for automatically organizing and downloading Floatplane videos for plex.
Stars: ✭ 94 (+118.6%)
Mutual labels:  downloader
doc crawler.py
Explore a website recursively and download all the wanted documents (PDF, ODT…)
Stars: ✭ 22 (-48.84%)
Mutual labels:  downloader
fansly
Simply scrape / download all the media from an fansly account
Stars: ✭ 351 (+716.28%)
Mutual labels:  downloader
BocchiBot
BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!
Stars: ✭ 228 (+430.23%)
Mutual labels:  downloader
artifact-resolver
Standalone jar executable client Maven 2 artifact resolver based on Eclipse Aether.
Stars: ✭ 13 (-69.77%)
Mutual labels:  downloader
ota downloader
The firmware downloader which using on RT-Thread OTA component.
Stars: ✭ 54 (+25.58%)
Mutual labels:  downloader
SciDownl
An unofficial api for downloading papers from SciHub via DOI, PMID
Stars: ✭ 103 (+139.53%)
Mutual labels:  downloader
openMIC
Meter Information Collection System
Stars: ✭ 15 (-65.12%)
Mutual labels:  downloader
chrome-extension-aspectratio219
🖥️ Fit the screen properly in fullscreen mode on monitor ultrawide with 21:9 aspect ratio (Netflix, Youtube, PrimeVideo, Crunchyroll)
Stars: ✭ 28 (-34.88%)
Mutual labels:  crunchyroll

Anime Downloader NX by AniDL

Discord Shield

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

Legal Warning

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].