[vine:user] Update test
This commit is contained in:
parent
133af9385b
commit
00ac799b68
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class TestPlaylists(unittest.TestCase):
|
||||||
ie = VineUserIE(dl)
|
ie = VineUserIE(dl)
|
||||||
result = ie.extract('https://vine.co/Visa')
|
result = ie.extract('https://vine.co/Visa')
|
||||||
self.assertIsPlaylist(result)
|
self.assertIsPlaylist(result)
|
||||||
self.assertTrue(len(result['entries']) >= 50)
|
self.assertTrue(len(result['entries']) >= 47)
|
||||||
|
|
||||||
def test_ustream_channel(self):
|
def test_ustream_channel(self):
|
||||||
dl = FakeYDL()
|
dl = FakeYDL()
|
||||||
|
|
Loading…
Reference in a new issue