projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133af93
)
[vine:user] Update test
author
Sergey M․
<dstftw@gmail.com>
Fri, 11 Jul 2014 15:04:24 +0000
(22:04 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 11 Jul 2014 15:04:24 +0000
(22:04 +0700)
test/test_playlists.py
patch
|
blob
|
history
diff --git
a/test/test_playlists.py
b/test/test_playlists.py
index 3a88cf270732be7fa296c4bd86352db73f521889..1a38a667b1391ab744fa88e91d79e4eea742bbf6 100644
(file)
--- 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()