mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -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:
parent
fb8f7280bc
commit
31513ea6b9
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ def test_issue_673(self):
|
|||
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()
|
||||
|
|
Loading…
Reference in a new issue