[bandcamp] Replace 404 playlist test
authorSergey M․ <dstftw@gmail.com>
Sun, 27 Jul 2014 17:27:27 +0000 (00:27 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 27 Jul 2014 17:27:27 +0000 (00:27 +0700)
test/test_playlists.py

index c221c47b99daabc668607f09744d078e726b09ff..4f188345bf2b9bd7fee5d886cbcfec3ba15dae6e 100644 (file)
@@ -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()