horriblesubs-downloader

A simple anime torrent downloader.


Keywords
anime, anime-downloader, deprecated, downloader, horriblesubs, torrent, torrent-downloader
License
MIT
Install
pip install horriblesubs-downloader==1.0.1

Documentation

HorribleSubs Downloader

A simple anime torrent downloader.

[DEPRECATED]
HorribleSubs closed down in Fall 2020, so this downloader does not work anymore. This repo is now read-only.

Features:

  • Quickly download anime torrents from HorribleSubs in your terminal.
  • Download the whole season in a single command.
  • Use alias for anime with long name.

Note: The downloader doesn't work for older anime that has no torrent link. Support for magnet link will be added in the future.


Table of Contents


Installation

You need Python 3.x.x to install and use the downloader. You also need Google Chrome (Support for Firefox and other browsers will be added in the future).

pip install horriblesubs-downloader
  1. Download chromedriver and extract out the file inside the ZIP.
  2. Type in your terminal: hsd --config driver_path <PATH TO CHROMEDRIVER>
  3. Set your download path: hsd --config download_path <PATH>
  4. You're ready to download some anime!

Usage

Usage:
    hsd <name> <episode> [--res <res>] [--to <path>]
    hsd <name> <start> <end> [--res <res>] [--to <path>]
    hsd <name> --batch [--res <res>] [--to <path>]
    hsd --alias [<alias>] [<real>]
    hsd --config [<key>] [<value>]

Options:
    -h --help           Show this screen.
    -b --batch          Download multiple torrents.
    -r --res <res>      Set resolution.
    -t --to <path>      Download file to path.
    -a --alias          Display or set alias.
    -c --config         Display or set config.

Examples

# Download episode 5 of One Punch Man
hsd "One Punch Man" 5

# Download episode 1-3 of KonoSuba
hsd --alias "KonoSuba" "Kono Subarashii Sekai ni Shukufuku wo!"
hsd "KonoSuba" 1 3

# Download the whole season of Steins Gate in 720p
hsd "Steins Gate" --batch --res 720

# Display all aliases and config
hsd --alias
hsd --config

License

MIT License