Import FileDownloader in test_youtube_subtitles
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 10 May 2013 06:37:49 +0000 (08:37 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 10 May 2013 06:37:49 +0000 (08:37 +0200)
Fix last commit

test/test_youtube_subtitles.py

index 1ab09d78b5486c78d473c86dcc5a8202c850be00..a123e6d72df077efc9228e75a5455d3f80624e00 100644 (file)
@@ -12,6 +12,7 @@ sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 from youtube_dl.InfoExtractors import YoutubeIE
 from youtube_dl.utils import *
+from youtube_dl import FileDownloader
 
 PARAMETERS_FILE = os.path.join(os.path.dirname(os.path.abspath(__file__)), "parameters.json")
 with io.open(PARAMETERS_FILE, encoding='utf-8') as pf: