Skip to content

A simple script to download all the latest episodes of any TV show by typing show name and season details.

Notifications You must be signed in to change notification settings

techieashish/Weekly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Weekly

A simple script to download all the latest episodes of any TV show by typing show name and season details.

#Libraries

  1. Requests | To install use :- pip install requests in the terminal

  2. Beautifulsoup | To install use :- pip install beautifusoup in the terminal.

Download ZIP file for the repository/Clone the repository.

#Usage 1.Use python3 Weeky.py

2.Downloaded file format .mp4

#To schedule the downloader to run weekly:-

For Ubuntu and other Linux versions

 Open Terminal, type crontab -e

 Add this at end of file :- @weekly DISPLAY=:0 xterm -e python3 /path/to/myfolder/Weeky.py

 Save changes in crontab -e and exit.

About

A simple script to download all the latest episodes of any TV show by typing show name and season details.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages