aboutsummaryrefslogtreecommitdiff
path: root/test/test_playlists.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-09 18:08:16 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-09 18:08:16 +0100
commit9e55e37a2e0e3a4e7d3fac2efd4ea13efe689b0e (patch)
treed77de1b25da3c63f93142fc3fa781e2872965b72 /test/test_playlists.py
parenta4ff6c4762fd01b606d54a2962530c753d4c52ec (diff)
parent14719565733c114320e99228cf2dc570f8c3b6dc (diff)
downloadyoutube-dl-9e55e37a2e0e3a4e7d3fac2efd4ea13efe689b0e.tar.xz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'test/test_playlists.py')
-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()