aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-07-28 00:27:27 +0700
committerSergey M․ <dstftw@gmail.com>2014-07-28 00:27:27 +0700
commita954584f63cdcd81df37d3499f420a906aef8862 (patch)
tree4cd257443093f147a43f84f4ee7130936d313c2d /test
parentcb3ff6fb01fd099ab4102d0f1212abb50e06e5ff (diff)
downloadyoutube-dl-a954584f63cdcd81df37d3499f420a906aef8862.tar.xz
[bandcamp] Replace 404 playlist test
Diffstat (limited to 'test')
-rw-r--r--test/test_playlists.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_playlists.py b/test/test_playlists.py
index c221c47b9..4f188345b 100644
--- a/test/test_playlists.py
+++ b/test/test_playlists.py
@@ -193,10 +193,10 @@ class TestPlaylists(unittest.TestCase):
def test_bandcamp_album(self):
dl = FakeYDL()
ie = BandcampAlbumIE(dl)
- result = ie.extract('http://mpallante.bandcamp.com/album/nightmare-night-ep')
+ result = ie.extract('http://nightbringer.bandcamp.com/album/hierophany-of-the-open-grave')
self.assertIsPlaylist(result)
- self.assertEqual(result['title'], 'Nightmare Night EP')
- assertGreaterEqual(self, len(result['entries']), 4)
+ self.assertEqual(result['title'], 'Hierophany of the Open Grave')
+ assertGreaterEqual(self, len(result['entries']), 9)
def test_smotri_community(self):
dl = FakeYDL()