summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-07-15 19:18:06 +0700
committerSergey M․ <dstftw@gmail.com>2014-07-15 19:18:06 +0700
commit00a82ea805be03e5c40456d6e6abc4a310d64229 (patch)
treede5faaa290ee7e75650d297c1f0757f1691cff56
parent816930c4850428811d368aa538235433536bb342 (diff)
downloadyoutube-dl-00a82ea805be03e5c40456d6e6abc4a310d64229.tar.gz
youtube-dl-00a82ea805be03e5c40456d6e6abc4a310d64229.tar.xz
youtube-dl-00a82ea805be03e5c40456d6e6abc4a310d64229.zip
[soundcloud] Replace 404 test
-rw-r--r--youtube_dl/extractor/soundcloud.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/youtube_dl/extractor/soundcloud.py b/youtube_dl/extractor/soundcloud.py
index 14ec9452d..8a77c1370 100644
--- a/youtube_dl/extractor/soundcloud.py
+++ b/youtube_dl/extractor/soundcloud.py
@@ -81,16 +81,16 @@ class SoundcloudIE(InfoExtractor):
         },
         # downloadable song
         {
-            'url': 'https://soundcloud.com/simgretina/just-your-problem-baby-1',
-            'md5': '56a8b69568acaa967b4c49f9d1d52d19',
+            'url': 'https://soundcloud.com/oddsamples/bus-brakes',
+            'md5': 'fee7b8747b09bb755cefd4b853e7249a',
             'info_dict': {
-                'id': '105614606',
+                'id': '128590877',
                 'ext': 'wav',
-                'title': 'Just Your Problem Baby (Acapella)',
-                'description': 'Vocals',
-                'uploader': 'Sim Gretina',
-                'upload_date': '20130815',
-                #'duration': 42,
+                'title': 'Bus Brakes',
+                'description': 'md5:0170be75dd395c96025d210d261c784e',
+                'uploader': 'oddsamples',
+                'upload_date': '20140109',
+                'duration': 17,
             },
         },
     ]