aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/soundcloud.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-6/+6
| | | | | | | encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974
* [refactor] Single quotes consistencySergey M․2016-02-141-1/+1
|
* [soundcloud:likes] Adapt to API changes (Closes #8166)Sergey M․2016-01-081-19/+19
|
* [soundcloud] Remove unused variableSergey M․2015-11-221-1/+1
|
* [soundcloud:search] Simplify (Closes #7213)Sergey M․2015-11-211-24/+18
|
* [soundcloud:search] Remove no track results messageSergey M․2015-11-211-4/+0
|
* [soundcloud:search] Fix non-ASCII searchesSergey M․2015-11-211-1/+2
|
* [soundcloud:search] PEP 8Sergey M․2015-11-211-14/+9
|
* [soundcloud] Remove limit on search resultsreiv2015-11-211-8/+13
|
* [soundcloud] Use correct error message conventionsreiv2015-11-211-2/+2
|
* Rewrite as list comprehension.reiv2015-11-211-6/+2
|
* Simplify with itertools.islice().reiv2015-11-211-5/+1
|
* Fix some compatibility issues, cleanup.reiv2015-11-211-16/+8
|
* [soundcloud] Add Soundcloud search extractorreiv2015-11-211-1/+87
|
* [soundcloud] Update client id (Closes #6930)Sergey M․2015-09-231-1/+1
|
* [soundcloud:user] Update testsSergey M․2015-08-221-3/+3
|
* [soundcloud] Clean up _VALID_URLsSergey M․2015-08-011-2/+10
|
* [soundcloud:user] Rework extractor (Closes #6399)Sergey M․2015-07-311-28/+99
|
* [soundcloud:playlist] Defer download link resolveSergey M․2015-07-251-3/+1
|
* [soundcloud:set] Defer download link resolve (Closes #6354)Sergey M․2015-07-251-1/+3
|
* [soundcloud:user] Add testSergey M․2015-06-241-0/+3
|
* [soundcloud] Improve _VALID_URLSergey M․2015-06-241-1/+1
| | | | Do not takeover soundcloud:user URLs
* [soundcloud:user] Defer download link resolve (Closes #5248)Sergey M․2015-05-141-1/+1
| | | | Looks like final download links can expire before downloading process reach them. So, resolving download links right before actual downloading.
* [soundcloud] Raise an error instead of calling 'report_error'Jaime Marquínez Ferrándiz2015-04-171-3/+2
|
* [soundcloud] Handle 'secret_token' for 'w.soundcloud.com/player/?url=*' urls ↵Jaime Marquínez Ferrándiz2015-04-171-1/+6
| | | | (fixes #5453)
* [soundcloud:set:user] Support mobile URLs (Closes #5323)Sergey M․2015-03-301-2/+2
|
* [soundcloud] Fix glitches (#5101)Sergey M․2015-03-021-1/+1
|
* [soundcloud] Check direct links validity (Closes #5101)Sergey M․2015-03-021-2/+3
|
* [soundcloud:set] Fix test definitionPhilipp Hagemeister2015-02-011-1/+2
|
* 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
|