This application lets you download the latest episode of a show by name, or downloads an arbitrary episode if a url is given
usage: tvdownloader.py [-h] [-n NETWORK] [-u URL] [-s SHOW]
optional arguments:
-h, --help show this help message and exit
-n NETWORK, --network NETWORK
Network to download from
-u URL, --url URL url to download
-s SHOW, --show SHOW Name of the show
If the url option is used, the network option should not be provided. The application will figure out how to download.
As of this moment, only 2 TV networks are supported:
Two archives are supported as well:
Support for the other networks should be trivial.