summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-05-10 08:37:49 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-05-10 08:37:49 +0200
commit057c9938a157bbf370097f60b37793ae94d2c411 (patch)
tree6ded9837c378906b6b556808893710c89ca6931f
parent92599661329c1e573359e9c80121537954a6967f (diff)
downloadyoutube-dl-057c9938a157bbf370097f60b37793ae94d2c411.tar.gz
youtube-dl-057c9938a157bbf370097f60b37793ae94d2c411.tar.xz
youtube-dl-057c9938a157bbf370097f60b37793ae94d2c411.zip
Import FileDownloader in test_youtube_subtitles
Fix last commit
-rw-r--r--test/test_youtube_subtitles.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_youtube_subtitles.py b/test/test_youtube_subtitles.py
index 1ab09d78b..a123e6d72 100644
--- a/test/test_youtube_subtitles.py
+++ b/test/test_youtube_subtitles.py
@@ -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: