mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 15:14:57 +00:00
[skip travis][bandcamp] fix minor typo in tests
This commit is contained in:
parent
565e61d488
commit
3467b3e28f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class BandcampIE(BandcampBaseIE):
|
|||
IE_NAME = "Bandcamp:track"
|
||||
_VALID_URL = r'https?://[^/]+\.bandcamp\.com/track/(?P<title>[^/?#&]+)'
|
||||
_TESTS = [{
|
||||
'url': 'http://youtube-dlc.bandcamp.com/track/youtube-dlc-test-song',
|
||||
'url': 'http://youtube-dl.bandcamp.com/track/youtube-dl-test-song',
|
||||
'md5': 'c557841d5e50261777a6585648adf439',
|
||||
'info_dict': {
|
||||
'id': '1812978515',
|
||||
|
|
Loading…
Reference in a new issue