summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-07-11 22:04:24 +0700
committerSergey M․ <dstftw@gmail.com>2014-07-11 22:04:24 +0700
commit00ac799b6875c14886d18328c8a6563f751127a2 (patch)
tree264211172543f0e36bb56ace73b66823a70e4805
parent133af9385b1a8ae593718561ab7b92cc52332016 (diff)
downloadyoutube-dl-00ac799b6875c14886d18328c8a6563f751127a2.tar.gz
youtube-dl-00ac799b6875c14886d18328c8a6563f751127a2.tar.xz
youtube-dl-00ac799b6875c14886d18328c8a6563f751127a2.zip
[vine:user] Update test
-rw-r--r--test/test_playlists.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_playlists.py b/test/test_playlists.py
index 3a88cf270..1a38a667b 100644
--- a/test/test_playlists.py
+++ b/test/test_playlists.py
@@ -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()