X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=test%2Ftest_playlists.py;h=4785161f2afad3e224fb1864335b0ff8530d6fc2;hb=9e55e37a2e0e3a4e7d3fac2efd4ea13efe689b0e;hp=4bd815a0e9694cb0df821cc0e12efed8bd3fc715;hpb=ca1fee34f22e3fac9cc7a55c55c7aa7519f788b3;p=youtube-dl.git 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()