[vine:user] Update test

pull/3242/head
Sergey M․ 10 years ago
parent 133af9385b
commit 00ac799b68

@ -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()

Loading…
Cancel
Save