aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-03-09 12:03:49 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-03-09 12:03:49 +0100
commit957688cee673472ca58c83465faa365104d0c480 (patch)
tree5334ce285c4cb8bbfa751c7601e40075b701566b
parent806d6c2e8c5344a4fce45701c2cae83046b32490 (diff)
downloadyoutube-dl-957688cee673472ca58c83465faa365104d0c480.tar.xz
[ustream:channel] Update test's number of entries
-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 4bd815a0e..4785161f2 100644
--- a/test/test_playlists.py
+++ b/test/test_playlists.py
@@ -99,7 +99,7 @@ class TestPlaylists(unittest.TestCase):
result = ie.extract('http://www.ustream.tv/channel/young-americans-for-liberty')
self.assertIsPlaylist(result)
self.assertEqual(result['id'], '5124905')
- self.assertTrue(len(result['entries']) >= 11)
+ self.assertTrue(len(result['entries']) >= 6)
def test_soundcloud_set(self):
dl = FakeYDL()