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.
I M USING UBUNTU Traceback (most recent call last): File "episode.py", line 1, in from showDown import showDown File "/home/rishabh/github/show-down/showDown/showDown.py", line 27 """ ^ IndentationError: expected an indented block
I am not behind a proxy. So, I don't have a `proxy.config` file. Neither I want to have one. You are trying to open the proxy config file unconditionally. May...
Add configuration for virtualenv and add setup to install the program
Write a test script to check the program. Use it add continuous integration using TravisCI. Add test coverage from coverage.io. That way you won't commit buggy codes ever.
Currently your script is configured you use MNNIT proxy server addresses only. It would be good if you displayed a warning at the start of the script. Something like this:...
proxy.config file uses static proxy server address. It would be better if it wasn't hardcoded. Maybe you can check which proxy server is working and use it's IP?