summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-22 21:26:31 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-22 21:26:31 +0100
commitd3b30148edb6795aadc96b3a464c492b239a2242 (patch)
treec848ef405601eddbffdb5df07bee762fb3aa2a36
parent9f79463803f40a15a6350dc693af75ec215147f2 (diff)
downloadyoutube-dl-d3b30148edb6795aadc96b3a464c492b239a2242.tar.gz
youtube-dl-d3b30148edb6795aadc96b3a464c492b239a2242.tar.xz
youtube-dl-d3b30148edb6795aadc96b3a464c492b239a2242.zip
[bambuser:channel] Update test
-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 d83b3bf51..7c67239a4 100644
--- a/test/test_playlists.py
+++ b/test/test_playlists.py
@@ -102,7 +102,7 @@ class TestPlaylists(unittest.TestCase):
         result = ie.extract('http://bambuser.com/channel/pixelversity')
         self.assertIsPlaylist(result)
         self.assertEqual(result['title'], u'pixelversity')
-        self.assertTrue(len(result['entries']) >= 66)
+        self.assertTrue(len(result['entries']) >= 60)
 
     def test_bandcamp_album(self):
         dl = FakeYDL()