Browse Source

[bandcamp] Update test

master-ytdl-org
Tithen-Firion 7 years ago
committed by Sergey M
parent
commit
0f63dc2402
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      youtube_dl/extractor/bandcamp.py

+ 4
- 4
youtube_dl/extractor/bandcamp.py View File

@ -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',
},
}]


Loading…
Cancel
Save