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.
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
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!