diff options
author | Unknown <blackjack4494@web.de> | 2020-10-28 12:18:04 +0100 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-10-28 12:18:04 +0100 |
commit | 3467b3e28f30bf53ca8355361806bbc74ccf2435 (patch) | |
tree | c89aa81767cbd7904b2321c387c988995344377d /youtube_dlc/extractor/bandcamp.py | |
parent | 565e61d488bcdcc12566752f2b4829f7a74becf8 (diff) | |
download | hypervideo-pre-3467b3e28f30bf53ca8355361806bbc74ccf2435.tar.lz hypervideo-pre-3467b3e28f30bf53ca8355361806bbc74ccf2435.tar.xz hypervideo-pre-3467b3e28f30bf53ca8355361806bbc74ccf2435.zip |
[skip travis][bandcamp] fix minor typo in tests
Diffstat (limited to 'youtube_dlc/extractor/bandcamp.py')
-rw-r--r-- | youtube_dlc/extractor/bandcamp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/bandcamp.py b/youtube_dlc/extractor/bandcamp.py index 8a37e1b94..dbf96f33d 100644 --- a/youtube_dlc/extractor/bandcamp.py +++ b/youtube_dlc/extractor/bandcamp.py @@ -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', |