summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/soundcloud.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-2/+3
| | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
* [soundcloud] Improve_VALID_URLTithen-Firion2014-12-041-1/+1
| | | | Add support for links from Audiomack
* Fix all PEP8 issues except E501Philipp Hagemeister2014-11-231-1/+1
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* PEP8: more appliedJouke Waleson2014-11-231-1/+1
|
* PEP8 appliedJouke Waleson2014-11-231-2/+2
|
* [soundcloud] Set the 'webpage_url' field for each trackJaime Marquínez Ferrándiz2014-10-261-0/+1
| | | | For playlists, YoutubeDL would set it to the playlist url.
* [soundcloud] Modernize and fix testsJaime Marquínez Ferrándiz2014-10-251-7/+8
|
* [soundcloud] Fix non-secret playlistsPhilipp Hagemeister2014-09-181-13/+10
|
* [soundcloud] Secret playlists and setsdequis2014-09-181-9/+21
| | | | | | | | Closes #3707 again. No test cases because I don't know what urls to use that won't be turned into public eventually (as it happened with the first one in that ticket)
* [soundcloud] Support api urls with secret_token, Closes #3707dequis2014-09-181-1/+19
|
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-16/+41
| | | | From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
* [soundcloud] Adapt testPhilipp Hagemeister2014-07-231-2/+2
|
* [soundcloud] Replace 404 testSergey M․2014-07-151-8/+8
|
* [soundcloud] Adding likes support to SoundcloudUserIEazeem2014-07-071-4/+11
|
* Remove unused importsPhilipp Hagemeister2014-06-071-1/+0
|
* [soundcloud] Add duration information (Closes #3035, Fixes #3034)Philipp Hagemeister2014-06-071-1/+7
|
* [soundcloud/generic] Add support for playlistsPhilipp Hagemeister2014-05-051-27/+50
|
* [soundcloud] Always add streaming formatsPhilipp Hagemeister2014-03-241-30/+31
|
* [soundcloud] Simplify string literalsPhilipp Hagemeister2014-03-241-6/+6
|
* [soundcloud] Add the description field to the second testJaime Marquínez Ferrándiz2014-03-091-0/+1
|
* [soundcloud:set] Fix _VALID_URL regex (Closes #2509)Sergey M․2014-03-041-1/+1
|
* [soundcloud] Use unicode_literals and centralized sortingPhilipp Hagemeister2014-01-171-51/+52
|
* [soundcloud] recognize more players’ urls (fixes #2078)Jaime Marquínez Ferrándiz2014-01-021-2/+2
|
* [soundcloud] Support mobile URLs (Fixes #2009)Philipp Hagemeister2013-12-191-1/+1
|
* [soundcloud] Fix the extension for 'downloadable' songsJaime Marquínez Ferrándiz2013-12-101-1/+14
| | | | In this case the 'original_format' field must be used.
* [soundcloud] Do not mistake original_format for ext (Fixes #1934)Philipp Hagemeister2013-12-101-1/+1
|
* [soundcloud] Do not match sets (Fixes #1930)Philipp Hagemeister2013-12-091-1/+2
|
* [soundcloud] add support for private links (fixes #1927)Jaime Marquínez Ferrándiz2013-12-091-8/+30
|
* Correct some extractor _VALID_URL regexesdst2013-12-041-2/+2
|
* [soundcloud] Support for listing of audio-only filesPhilipp Hagemeister2013-11-251-0/+4
|
* [soundcloud] Prefer HTTP over RTMP (#1798)Philipp Hagemeister2013-11-251-18/+48
|
* [toutv] Fix a typoPhilipp Hagemeister2013-11-221-1/+1
|
* [soundcloud] Retrieve the file url using the client_id for the iPhone (fixes ↵Jaime Marquínez Ferrándiz2013-11-211-11/+21
| | | | | | #1798) The desktop's client_id always give the rtmp url, but with the iPhone one it returns the http url if it's available.
* Clean up unused imports and other minor mistakesPhilipp Hagemeister2013-11-201-1/+0
|
* [soundlcoud] Set the correct extension for the tracks (fixes #1766)Jaime Marquínez Ferrándiz2013-11-141-1/+1
| | | | Some tracks are not in mp3 format, they can be wav files.
* [soundcloud] Allow to download tracks marked as not 'streamable'Jaime Marquínez Ferrándiz2013-11-091-80/+50
| | | | They use the rtmp protocol but if the are marked as 'downloadable' it can use the direct download link.
* [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