1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-06 09:27:08 +02:00

Skip youtube toptracks test

All the playlists return 500 errors.
This commit is contained in:
Jaime Marquínez Ferrándiz 2014-02-25 14:11:01 +01:00
parent 3c7fd0bdb2
commit ea5a0be811

View File

@ -118,6 +118,8 @@ def test_youtube_mix(self):
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')