mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 05:07:07 -05:00 
			
		
		
		
	Update test_issue_673 in Youtube Lists
Some videos have been removed. Delete the title check, it's not the purpose of that test.
This commit is contained in:
		@@ -53,8 +53,7 @@ class TestYoutubeLists(unittest.TestCase):
 | 
			
		||||
        dl = FakeDownloader()
 | 
			
		||||
        ie = YoutubePlaylistIE(dl)
 | 
			
		||||
        result = ie.extract('PLBB231211A4F62143')[0]
 | 
			
		||||
        self.assertEqual(result['title'], 'Team Fortress 2')
 | 
			
		||||
        self.assertTrue(len(result['entries']) > 40)
 | 
			
		||||
        self.assertTrue(len(result['entries']) > 25)
 | 
			
		||||
 | 
			
		||||
    def test_youtube_playlist_long(self):
 | 
			
		||||
        dl = FakeDownloader()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user