CCExtractor Development
Automatically download subtitles for TV shows
Probably best in Python but use what you want. Write a tool called "fetch_subs" that takes as a parameter a file name or a directory name (if directory, process all files in it) and download from the website addic7ed.com the correct subtitles for the file.
As additional parameters you should accept the language (default English). Also you need to accept (optionally) user/pass to addic7ed. However these should be read from a config file, not command line (since we don't want passwords there).
For each TV show you must download the correct version, so you need to parse the file name to extract season number, episode number, resolution, etc, so you download the right version.
Task tags
Students who completed this task
Gonzalo UrĂ¡n