aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/soundcloud.py
Commit message (Collapse)AuthorAgeFilesLines
* [soundcloud] Add an extractor for users (closes #1426)Jaime Marquínez Ferrándiz2013-09-141-2/+43
|
* [soundcloud] Support widget urls (fixes #1252)Jaime Marquínez Ferrándiz2013-08-211-0/+5
|
* ExfmIE: extract Soundcloud songs using SoundcloudIEJaime Marquínez Ferrándiz2013-07-241-13/+26
| | | | Now SouncloudIE accepts api urls.
* [soundcloud]: Some improvementsJaime Marquínez Ferrándiz2013-07-241-56/+34
| | | | | | Extract thumbnails. Make SoundcloudSetIE a subclass of SoundcloudIE to reuse some code. Directly extract the file url without downloading an extra page.
* [soundcloud] Support URLs with a slash at the end (Fixes #1104)Philipp Hagemeister2013-07-231-1/+1
|
* Make sure SoundcloudIE does not match soundcloud setsPhilipp Hagemeister2013-06-271-2/+2
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+11
|
* Remove superfluous name declarationsPhilipp Hagemeister2013-06-271-1/+0
|
* [soundcloud] Move testsPhilipp Hagemeister2013-06-271-0/+65
|
* Move Soundcloud into its own filePhilipp Hagemeister2013-06-231-0/+129