All Projects → vignedev → twist-dl

vignedev / twist-dl

Licence: MIT license
Simple Twist.moe/AnimeTwist anime downloader in CLI with support for batch downloading.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to twist-dl

kurby
A modern CLI to download animes automatically from Twist
Stars: ✭ 49 (+75%)
Mutual labels:  anime, anime-downloader, twist-moe, twist-moe-downloader
anime-dl
ADLCore is an API and app for the download of novels, manga, and anime from a plethora of sites. It works on Windows, Linux, OSX, and Android.
Stars: ✭ 70 (+150%)
Mutual labels:  downloader, anime, anime-downloader
anime-scraper
[partially working] Scrape and add anime episode stream URLs to uGet (Linux) or IDM (Windows) ~ Python3
Stars: ✭ 21 (-25%)
Mutual labels:  downloader, anime, anime-downloader
Sonarr-AnimeDownloader
It is a Docker Container that uses Sonarr to download anime from AnimeWorld site (ITALY).
Stars: ✭ 28 (+0%)
Mutual labels:  downloader, anime, anime-downloader
nyaascraper
An application to scrape and open magnet links for fansub groups from nyaa.si where batches don't already exist.
Stars: ✭ 34 (+21.43%)
Mutual labels:  downloader, anime, anime-downloader
anilabx
AniLabX - android app for watching anime/dramas/cartoons and reading manga/comics/light novels
Stars: ✭ 54 (+92.86%)
Mutual labels:  anime, anime-downloader
OtakuWorld
Anime Watcher, Manga Reader, and Novel Reader as three separate apps, same UI
Stars: ✭ 123 (+339.29%)
Mutual labels:  anime, anime-downloader
Anime-Twist
Unofficial Anime Twist application.
Stars: ✭ 16 (-42.86%)
Mutual labels:  anime, twist-moe
Horrible Downloader
horriblesubs.info python API and CLI
Stars: ✭ 28 (+0%)
Mutual labels:  downloader, anime
super-anime-downloader
A program which takes an Anime name or URL and downloads the specified range of episodes.
Stars: ✭ 26 (-7.14%)
Mutual labels:  downloader, anime-downloader
KGrabber
Userscript for extracting links from kissanime.ru and similar sites.
Stars: ✭ 29 (+3.57%)
Mutual labels:  downloader, anime
Anime Downloader
A simple but powerful anime downloader and streamer.
Stars: ✭ 1,155 (+4025%)
Mutual labels:  downloader, anime
CR-dl
A Crunchyroll downloader
Stars: ✭ 88 (+214.29%)
Mutual labels:  anime, anime-downloader
adl
🍿 anime-downloader + trackma wrapper
Stars: ✭ 91 (+225%)
Mutual labels:  anime, anime-downloader
MiXLab
MiXLab is a mix of multiple amazing Colab Notebooks found on the internet such as rcloneLab, RLabClone, Torrent to Google Drive Downloader and some more.
Stars: ✭ 143 (+410.71%)
Mutual labels:  downloader
fa5pro-downloader
A tool that allows you to download Font Awesome 5 Pro for free
Stars: ✭ 34 (+21.43%)
Mutual labels:  downloader
xldl
迅雷下载引擎SDK Go语言版
Stars: ✭ 24 (-14.29%)
Mutual labels:  downloader
Zoom2Youtube
Transfer video recordings from the Zoom to YouTube
Stars: ✭ 63 (+125%)
Mutual labels:  downloader
VandaDownloader
强大的下载特性支持,更加清晰的特性设计。
Stars: ✭ 25 (-10.71%)
Mutual labels:  downloader
eodag
Earth Observation Data Access Gateway
Stars: ✭ 183 (+553.57%)
Mutual labels:  downloader

twist-dl

Simple twist.moe anime downloader

Installation

Install it via npm as a global module

npm i twist-dl -g

Usage

Interactive CLI

$ twist-dl

Just type twist-dl to your terminal/cmd.

This will launch a simple interface that can be easily controlled via arrow keys, space and enter.

Anime list and sources are directly fetched from twist.moe. It will download into your currently working directory under the same filename as it is on their servers.

With arguments

You can also download anime via CLI if that's what you prefer. Down below you can see the help message.

$ twist-dl -h
Usage: twist-dl -a <anime name> -e <episode> [-o <output>]

Options:

  -a, --anime       Name of the anime, can be partial
  -e, --episode     Which episode to download (1 = episode 1)
  -o, --output      Folder in which it'll be downloaded in, use - to output to stdout
  -h, --help        Displays this message
  -s, --silent      Suppress any (except of donation message) output
  -E, --english     Search anime names using English titles
  -f, --force       Always download, never restore broken downloads
  -l, --list        Instead of downloading, pipe out a list of selected episodes

Examples

$ twist-dl -a "yuyushiki" -e latest           # Download latest episode of Yuyushiki
$ twist-dl -a "yuyushiki" -e 12               # Download 12th episode
$ twist-dl -a "yuyushiki" -e 12 -o -          # Pipe the 12th episode into stdout (transcoding purposes etc.)
$ twist-dl -a "yuyushiki" -e 1-12             # Download everything from episode 1 to 12
$ twist-dl -a "yuyushiki" -e 12 -o "./yyshk"  # Download 12th episode into "yyshk" folder
$ twist-dl -a "yuyushiki" -e 1,3              # Download only the 1st and 3rd episode
$ twist-dl -a "yuyushiki" -e 1,5-8            # Download 1st episode and episodes 5 to 8
$ twist-dl https://twist.moe/a/yuyushiki/12   # Download 12th episode

Disclaimer

twist-dl nor vignedev are not affiliated with twist.moe.

This program is made for personal-use only. If you like the program, please donate to the Twist.Moe admins so they can keep the servers up and running.

License

MIT

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].