aboutsummaryrefslogtreecommitdiff
path: root/test/test_youtube_subtitles.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-06-23 22:42:59 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-06-23 22:42:59 +0200
commit0824c28c8bb8390cd750c3bf95c6307c8462dcc1 (patch)
tree17651cf485db8621e9377863c311c631e6adb6a8 /test/test_youtube_subtitles.py
parentc59b4aaeef04cba1c98cbc9934fd6bc8d8ba416c (diff)
downloadyoutube-dl-0824c28c8bb8390cd750c3bf95c6307c8462dcc1.tar.xz
Remove mentions of old InfoExtractors module
Diffstat (limited to 'test/test_youtube_subtitles.py')
-rw-r--r--test/test_youtube_subtitles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_youtube_subtitles.py b/test/test_youtube_subtitles.py
index c80c90cbe..129e23963 100644
--- a/test/test_youtube_subtitles.py
+++ b/test/test_youtube_subtitles.py
@@ -10,7 +10,7 @@ import hashlib
import os
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
-from youtube_dl.InfoExtractors import YoutubeIE
+from youtube_dl.extractor import YoutubeIE
from youtube_dl.utils import *
from youtube_dl import FileDownloader