GithubHelp home page GithubHelp logo

zaini / horriblesubsscraper Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 1.0 6.33 MB

An application to scrape and run magnet links for HorribleSubs torrents from nyaa.si where batches don't already exist.

Home Page: https://github.com/zaini/horriblesubsscraper

License: MIT License

Python 100.00%
horriblesubs anime torrent downloader python torrent-downloader anime-downloader horriblesubs-downloader cli

horriblesubsscraper's People

Contributors

sharath avatar zaini avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

gaspa93

horriblesubsscraper's Issues

Requirements

Would you specify in requirements that python packages requests, beautifulsoup and lxml is required as they are not shipped by default. Without lxml I got this error

$ py HorribleSubsScraper.py
Enter anime name (as uploaded by HorribleSubs): one piece
Select quality:
0 = 480p
1 = 720p
2 = 1080p
2
Now enter the range of episodes you want to download.
For example to download all episodes between and including episodes 1 and 10, enter 1 and then 10.
If you want to download the whole series, just press enter. You could then manually delete the torrents you don't want to keep from your client.

Enter the episode you want to start downloading from:
1
Enter the episode you want to stop downloading at:
2
If nothing happens, the anime you entered isn't on HorribleSubs' torrents on nyaa.si. This will download the anime in the resolution you selected. If it doesn't find that resolution, it just doesn't download that episode so you'll have to do it manually.

Traceback (most recent call last):
File "HorribleSubsScraper.py", line 65, in
for page in range(1, amountOfPages()+1):
File "HorribleSubsScraper.py", line 40, in amountOfPages
BeautifulSoup(html, features = "lxml").find_all(class_ = "success")[0].find_all(class_ = "text-center")[0].find_all("a", href = True)[1]['href']
File "C:\Users\a\AppData\Local\Programs\Python\Python37\lib\site-packages\bs4_init_.py", line 208, in init
% ",".join(features))
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.