diff options
author | Jaime Marquínez Ferrándiz <[email protected]> | 2014-02-25 14:11:01 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <[email protected]> | 2014-02-25 14:11:01 +0100 |
commit | ea5a0be811b89530f26d71286703a31563cef80b (patch) | |
tree | 416895d6963e9877ced15fccc571617c3c26ea8f /test/test_youtube_lists.py | |
parent | 3c7fd0bdb24e9eef7d18d197b8939bd460652aa1 (diff) | |
download | youtube-dl-ea5a0be811b89530f26d71286703a31563cef80b.tar.gz youtube-dl-ea5a0be811b89530f26d71286703a31563cef80b.zip |
Skip youtube toptracks test
All the playlists return 500 errors.
Diffstat (limited to 'test/test_youtube_lists.py')
-rw-r--r-- | test/test_youtube_lists.py | 2 |
1 files changed, 2 insertions, 0 deletions
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') |