diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-05-10 08:37:49 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-05-10 08:37:49 +0200 |
commit | 057c9938a157bbf370097f60b37793ae94d2c411 (patch) | |
tree | 6ded9837c378906b6b556808893710c89ca6931f /test | |
parent | 92599661329c1e573359e9c80121537954a6967f (diff) |
Import FileDownloader in test_youtube_subtitles
Fix last commit
Diffstat (limited to 'test')
-rw-r--r-- | test/test_youtube_subtitles.py | 1 |
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: |