소스 검색

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')
 
     def test_youtube_toptracks(self):
+        print('Skipping: The playlist page gives error 500')
+        return
         dl = FakeYDL()
         ie = YoutubePlaylistIE(dl)
         result = ie.extract('https://www.youtube.com/playlist?list=MCUS')