]> jfr.im git - yt-dlp.git/blobdiff - test/test_youtube_lists.py
[skip travis] renaming
[yt-dlp.git] / test / test_youtube_lists.py
index 7a33dbf88e90f2d901b144759ffa90552787885c..a693963ef9076e0a5bd5634b668e3fc7852acdd0 100644 (file)
@@ -10,7 +10,7 @@
 from test.helper import FakeYDL
 
 
-from youtube_dl.extractor import (
+from youtube_dlc.extractor import (
     YoutubePlaylistIE,
     YoutubeIE,
 )
@@ -61,7 +61,7 @@ def test_youtube_flat_playlist_titles(self):
         dl = FakeYDL()
         dl.params['extract_flat'] = True
         ie = YoutubePlaylistIE(dl)
-        result = ie.extract('https://www.youtube.com/playlist?list=PLwiyx1dc3P2JR9N8gQaQN_BCvlSlap7re')
+        result = ie.extract('https://www.youtube.com/playlist?list=PL-KKIb8rvtMSrAO9YFbeM6UQrAqoFTUWv')
         self.assertIsPlaylist(result)
         for entry in result['entries']:
             self.assertTrue(entry.get('title'))