]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - test/test_all_urls.py
Imported Upstream version 2013.06.26
[youtubedl] / test / test_all_urls.py
index dd67286a79a6071317a4a6cc8bb6b4497a1c171a..d3ee296be00a1f6f856af179bfba376a98cf5af8 100644 (file)
@@ -7,7 +7,7 @@ import unittest
 import os
 sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
-from youtube_dl.InfoExtractors import YoutubeIE, YoutubePlaylistIE, YoutubeChannelIE, JustinTVIE
+from youtube_dl.extractor import YoutubeIE, YoutubePlaylistIE, YoutubeChannelIE, JustinTVIE
 
 class TestAllURLsMatching(unittest.TestCase):
     def test_youtube_playlist_matching(self):