summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-07-23 01:41:44 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-07-23 01:41:45 +0200
commiteae12e3fe3f7288d9133b85d00e694575f6674fc (patch)
tree967b30cb888e67c93fa0eaf4821b219033ffb95b
parent798a2cad4f40a7181a441ceecdf7e8e3694cd2fd (diff)
downloadyoutube-dl-eae12e3fe3f7288d9133b85d00e694575f6674fc.tar.gz
youtube-dl-eae12e3fe3f7288d9133b85d00e694575f6674fc.tar.xz
youtube-dl-eae12e3fe3f7288d9133b85d00e694575f6674fc.zip
[soundcloud] Adapt test
-rw-r--r--youtube_dl/extractor/soundcloud.py4
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',