Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

jlledo/hs-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hs-download

Update: This script is for the most part a proof of concept and a slight pain to install. If anyone wants me to, I'll update the repository to become a proper Python package.

Python script to download anime episodes from HorribleSubs. You supply the show's full URL and all the episodes are added to your torrent client in ascending order after confirming the download.

The script currently assumes the following things:

  • You are using a Mac
  • You want 1080p episodes
  • You have downloaded and installed all the dependencies in the right spots

Dependencies

Usage

Make sure you have installed all the dependencies, putting chromedriver in the same folder as the script.

Currently you just have to use:

$ ./hs_download.py

The script will prompt you for a URL and report the number of 1080p magnets found:

Paste url of show to download:
http://horriblesubs.info/shows/3-gatsu-no-lion
Number of 1080p magnets found: 12

Since the script relies on pyautogui pressing enter to automate adding torrents to your client, please wait without touching your computer until the script has finished.

Motivation

We all know the feeling when you finally find a show you want to binge and go download all the episodes. In my case, when I try downloading an anime from HorribleSubs and it hasn't finished airing, I have to manually go through all the (1080p, duh) links and click on the magnets in order to do so, so I set out to automate this process using Python.

About

Python script to download 1080p episodes from a HorribleSubs show page

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages