Browse Source

[soundcloud:user] Add test

totalwebcasting
Sergey M․ 9 years ago
parent
commit
03b9c94437
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      youtube_dl/extractor/soundcloud.py

+ 3
- 0
youtube_dl/extractor/soundcloud.py View 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):


Loading…
Cancel
Save