From ea5a0be811b89530f26d71286703a31563cef80b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Tue, 25 Feb 2014 14:11:01 +0100 Subject: [PATCH] Skip youtube toptracks test All the playlists return 500 errors. --- test/test_youtube_lists.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_youtube_lists.py b/test/test_youtube_lists.py index 38ac989ce..5eccc11ff 100644 --- a/test/test_youtube_lists.py +++ b/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')