浏览代码

Skip youtube toptracks test

All the playlists return 500 errors.
Jaime Marquínez Ferrándiz 11 年之前
父节点
当前提交
ea5a0be811
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      test/test_youtube_lists.py

+ 2 - 0
test/test_youtube_lists.py

@@ -118,6 +118,8 @@ class TestYoutubeLists(unittest.TestCase):
         self.assertEqual(original_video['id'], 'rjFaenf1T-Y')
         self.assertEqual(original_video['id'], 'rjFaenf1T-Y')
 
 
     def test_youtube_toptracks(self):
     def test_youtube_toptracks(self):
+        print('Skipping: The playlist page gives error 500')
+        return
         dl = FakeYDL()
         dl = FakeYDL()
         ie = YoutubePlaylistIE(dl)
         ie = YoutubePlaylistIE(dl)
         result = ie.extract('https://www.youtube.com/playlist?list=MCUS')
         result = ie.extract('https://www.youtube.com/playlist?list=MCUS')