mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:17:07 -05:00 
			
		
		
		
	Skip youtube toptracks test
All the playlists return 500 errors.
This commit is contained in:
		@@ -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')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user