projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a219d17
)
[soundcloud:user] Add test
author
Sergey M․
<dstftw@gmail.com>
Wed, 24 Jun 2015 14:49:22 +0000
(20:49 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 24 Jun 2015 14:49:22 +0000
(20:49 +0600)
youtube_dl/extractor/soundcloud.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/soundcloud.py
b/youtube_dl/extractor/soundcloud.py
index e31b4596a31192bf5dcf5b367d7f8713e0f7c50e..118ca483265cfda0a4419d93e8ce2fd174148be4 100644
(file)
--- 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):