This commit is contained in:
Louis Vézina 2017-11-16 13:35:05 -05:00
parent 18603ee29d
commit 7d8ad0d585
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ from utils import *
region.configure('dogpile.cache.dbm', arguments={'filename': os.path.join(os.path.dirname(__file__), 'data/cache/cachefile.dbm')})
def download_subtitle(path, language, hi, providers):
pass
#video = scan_video(path)
#best_subtitles = download_best_subtitles([video], {Language(language)}, providers=providers, hearing_impaired=hi)
#try: