Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Simple Twist.moe/AnimeTwist anime downloader in CLI with support for batch downloading.

License

Notifications You must be signed in to change notification settings

ShiroBlank/twist-dl-mass-download

 
 

Repository files navigation

twist-dl-mass-download

Simple twist.moe mass anime downloader modified too automatically download entire seasons.

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> [-o <output>]

Options:

  -a, --anime       Name of the anime, can be partial
  -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" -o directory           # Download the entire of Yuyushiki
$ twist-dl --anime "yuyushiki" --output "directory"           # Download the entire of Yuyushiki

Disclaimer

twist-dl-mass-download nor kneesox 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

About

Simple Twist.moe/AnimeTwist anime downloader in CLI with support for batch downloading.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Shell 1.6%