From: Jaime Marquínez Ferrándiz Date: Sun, 9 Mar 2014 11:03:49 +0000 (+0100) Subject: [ustream:channel] Update test's number of entries X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=957688cee673472ca58c83465faa365104d0c480;p=youtube-dl [ustream:channel] Update test's number of entries --- 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()