Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Show Scraper

About

showScraper is a simple scraper that downloads all episodes from any season of a TV series. Video streams are sourced from AllMyVideos.net streams hosted on Couchtuner.

Installation

For this program you will need to install the Python module BeautifulSoup. You can do easily by running the following command:

$ sudo apt-get install python-bs4

or

$ sudo pip install beautifulsoup4

If you don’t have the system package manager or pip installed, you can download the Beautiful Soup 4 source tarball and install it with setup.py.

$ python setup.py install

Running

To run the program, simply run

python scrape.py

Enter the name of the show (capitalization as it occurs on Couchtuner) and the season whose episodes you wish to download, and you're good to go!

About

Download all episodes from a season of any show that you want

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages