Browse Source

[vine:user] Update test

totalwebcasting
Sergey M․ 10 years ago
parent
commit
00ac799b68
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test_playlists.py

+ 1
- 1
test/test_playlists.py 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()


Loading…
Cancel
Save