mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 11:31:19 +00:00
Skip youtube toptracks test
All the playlists return 500 errors.
This commit is contained in:
parent
3c7fd0bdb2
commit
ea5a0be811
1 changed files with 2 additions and 0 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue