From 7d8ad0d585f0039e13ddfd981bbec8cb65990b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Thu, 16 Nov 2017 13:35:05 -0500 Subject: [PATCH] Test --- get_subtitle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/get_subtitle.py b/get_subtitle.py index a93902234..5fc977739 100644 --- a/get_subtitle.py +++ b/get_subtitle.py @@ -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: