mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-04 05:52:24 +08:00
Test
This commit is contained in:
parent
18603ee29d
commit
7d8ad0d585
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue