Merge branch 'master' of github.com:rg3/youtube-dl
This commit is contained in:
commit
081640940e
3 changed files with 28 additions and 28 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue