show-down
show-down copied to clipboard
Command line utility to download latest episodes of TV show just by typing name of show. Also we can schedule to automatically download latest episodes of TV shows.
show-down
A simple script to download latest episode of any TV show by simply typing a show name.
Supported in Python3 only.
-
Dependencies
- beautifulsoup4 module of python :- Install it using command
pip install beautifulsoup4
in terminal.
- beautifulsoup4 module of python :- Install it using command
-
Download ZIP file of repository or Clone the repository.
-
If using for first time and your system is in proxy network then
-
Use
python episode.py -p http://username:password@proxy_address:port
-
You can choose to change proxy anytime
-
You can unset proxy by command
python episode.py -u
-
-
For Downloading
-
Use
python episode.py -dl show_name
-
Download format is .mp4
-
-
To get list of all available shows in mp4 quality.
- Use
python episode.py -l
- Use
-
For Help
- Type
python episode.py -h
- Type
-
Those who want to schedule their downloader to run weekly and check for latest episode of TV Series you entered :-
-
For Ubuntu and other Linux versions
-
Open Terminal, type
crontab -e
-
Add this at end of file :-
@weekly DISPLAY=:0 xterm -e python2 /path/to/my/episode.py
For example :-
@weekly DISPLAY=:0 xterm -e python2 /opt/lampp/htdocs/show-down/episode.py
-
Save changes in crontab -e and exit.
-
-
-
Testing Travis CI