1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-25 19:30:05 +02:00

[vine:user] Update test

This commit is contained in:
Sergey M․ 2014-07-11 22:04:24 +07:00
parent 133af9385b
commit 00ac799b68

View File

@ -111,7 +111,7 @@ class TestPlaylists(unittest.TestCase):
ie = VineUserIE(dl)
result = ie.extract('https://vine.co/Visa')
self.assertIsPlaylist(result)
self.assertTrue(len(result['entries']) >= 50)
self.assertTrue(len(result['entries']) >= 47)
def test_ustream_channel(self):
dl = FakeYDL()