youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 03b9c94437756c3f715b29150daa59a8ea97eebd
parent a219d175c66680968d5ce7de0a2e619623171a40
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 24 Jun 2015 20:49:22 +0600

[soundcloud:user] Add test

Diffstat:
Myoutube_dl/extractor/soundcloud.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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):