diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-23 01:41:44 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-23 01:41:45 +0200 |
commit | eae12e3fe3f7288d9133b85d00e694575f6674fc (patch) | |
tree | 967b30cb888e67c93fa0eaf4821b219033ffb95b /youtube_dl/extractor | |
parent | 798a2cad4f40a7181a441ceecdf7e8e3694cd2fd (diff) |
[soundcloud] Adapt test
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/soundcloud.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/soundcloud.py b/youtube_dl/extractor/soundcloud.py index 8a77c1370..097d0e418 100644 --- a/youtube_dl/extractor/soundcloud.py +++ b/youtube_dl/extractor/soundcloud.py @@ -82,10 +82,10 @@ class SoundcloudIE(InfoExtractor): # downloadable song { 'url': 'https://soundcloud.com/oddsamples/bus-brakes', - 'md5': 'fee7b8747b09bb755cefd4b853e7249a', + 'md5': '7624f2351f8a3b2e7cd51522496e7631', 'info_dict': { 'id': '128590877', - 'ext': 'wav', + 'ext': 'mp3', 'title': 'Bus Brakes', 'description': 'md5:0170be75dd395c96025d210d261c784e', 'uploader': 'oddsamples', |