summary refs log tree commit diff
diff options
context:
space:
mode:
authorTithen-Firion <Tithen-Firion@users.noreply.github.com>2017-04-27 22:13:12 +0200
committerSergey M <dstftw@gmail.com>2017-04-28 03:13:12 +0700
commit0f63dc2402325481f087f862adefc86cb44cc888 (patch)
treeb98f5abfdd49f3f6b0d43d8ae72bd4e0aee93dd1
parentdde97ea8da64aae2fc328ea5e34645fad8d9b29d (diff)
downloadyoutube-dl-0f63dc2402325481f087f862adefc86cb44cc888.tar.gz
youtube-dl-0f63dc2402325481f087f862adefc86cb44cc888.tar.xz
youtube-dl-0f63dc2402325481f087f862adefc86cb44cc888.zip
[bandcamp] Update test
-rw-r--r--youtube_dl/extractor/bandcamp.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/youtube_dl/extractor/bandcamp.py b/youtube_dl/extractor/bandcamp.py
index 056e06376..df2972f26 100644
--- a/youtube_dl/extractor/bandcamp.py
+++ b/youtube_dl/extractor/bandcamp.py
@@ -34,12 +34,12 @@ class BandcampIE(InfoExtractor):
         '_skip': 'There is a limit of 200 free downloads / month for the test song'
     }, {
         'url': 'http://benprunty.bandcamp.com/track/lanius-battle',
-        'md5': '73d0b3171568232574e45652f8720b5c',
+        'md5': '0369ace6b939f0927e62c67a1a8d9fa7',
         'info_dict': {
             'id': '2650410135',
-            'ext': 'mp3',
-            'title': 'Lanius (Battle)',
-            'uploader': 'Ben Prunty Music',
+            'ext': 'aiff',
+            'title': 'Ben Prunty - Lanius (Battle)',
+            'uploader': 'Ben Prunty',
         },
     }]