summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-06-24 20:49:22 +0600
committerSergey M․ <dstftw@gmail.com>2015-06-24 20:49:22 +0600
commit03b9c94437756c3f715b29150daa59a8ea97eebd (patch)
tree21ae4378a8076b3a80014ff8adb52731415f7cd3
parenta219d175c66680968d5ce7de0a2e619623171a40 (diff)
downloadyoutube-dl-03b9c94437756c3f715b29150daa59a8ea97eebd.tar.gz
youtube-dl-03b9c94437756c3f715b29150daa59a8ea97eebd.tar.xz
youtube-dl-03b9c94437756c3f715b29150daa59a8ea97eebd.zip
[soundcloud:user] Add test
-rw-r--r--youtube_dl/extractor/soundcloud.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/soundcloud.py b/youtube_dl/extractor/soundcloud.py
index e31b4596a..118ca4832 100644
--- a/youtube_dl/extractor/soundcloud.py
+++ b/youtube_dl/extractor/soundcloud.py
@@ -307,6 +307,9 @@ class SoundcloudUserIE(SoundcloudIE):
             'title': 'The Royal Concept',
         },
         'playlist_mincount': 1,
+    }, {
+        'url': 'https://soundcloud.com/the-akashic-chronicler/tracks',
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):