[soundcloud:user] Add test
authorSergey M․ <dstftw@gmail.com>
Wed, 24 Jun 2015 14:49:22 +0000 (20:49 +0600)
committerSergey M․ <dstftw@gmail.com>
Wed, 24 Jun 2015 14:49:22 +0000 (20:49 +0600)
youtube_dl/extractor/soundcloud.py

index e31b4596a31192bf5dcf5b367d7f8713e0f7c50e..118ca483265cfda0a4419d93e8ce2fd174148be4 100644 (file)
@@ -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):