Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-26 | Use urlencode_postdata across the codebase | Sergey M․ | |
2016-03-26 | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey M․ | |
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 | |||
2016-02-14 | [refactor] Single quotes consistency | Sergey M․ | |
2016-01-08 | [soundcloud:likes] Adapt to API changes (Closes #8166) | Sergey M․ | |
2015-11-22 | [soundcloud] Remove unused variable | Sergey M․ | |
2015-11-21 | [soundcloud:search] Simplify (Closes #7213) | Sergey M․ | |
2015-11-21 | [soundcloud:search] Remove no track results message | Sergey M․ | |
2015-11-21 | [soundcloud:search] Fix non-ASCII searches | Sergey M․ | |
2015-11-21 | [soundcloud:search] PEP 8 | Sergey M․ | |
2015-11-21 | [soundcloud] Remove limit on search results | reiv | |
2015-11-21 | [soundcloud] Use correct error message conventions | reiv | |
2015-11-21 | Rewrite as list comprehension. | reiv | |
2015-11-21 | Simplify with itertools.islice(). | reiv | |
2015-11-21 | Fix some compatibility issues, cleanup. | reiv | |
2015-11-21 | [soundcloud] Add Soundcloud search extractor | reiv | |
2015-09-23 | [soundcloud] Update client id (Closes #6930) | Sergey M․ | |
2015-08-22 | [soundcloud:user] Update tests | Sergey M․ | |
2015-08-01 | [soundcloud] Clean up _VALID_URLs | Sergey M․ | |
2015-07-31 | [soundcloud:user] Rework extractor (Closes #6399) | Sergey M․ | |
2015-07-25 | [soundcloud:playlist] Defer download link resolve | Sergey M․ | |
2015-07-25 | [soundcloud:set] Defer download link resolve (Closes #6354) | Sergey M․ | |
2015-06-24 | [soundcloud:user] Add test | Sergey M․ | |
2015-06-24 | [soundcloud] Improve _VALID_URL | Sergey M․ | |
Do not takeover soundcloud:user URLs | |||
2015-05-14 | [soundcloud:user] Defer download link resolve (Closes #5248) | Sergey M․ | |
Looks like final download links can expire before downloading process reach them. So, resolving download links right before actual downloading. | |||
2015-04-17 | [soundcloud] Raise an error instead of calling 'report_error' | Jaime Marquínez Ferrándiz | |
2015-04-17 | [soundcloud] Handle 'secret_token' for 'w.soundcloud.com/player/?url=*' urls ↵ | Jaime Marquínez Ferrándiz | |
(fixes #5453) | |||
2015-03-30 | [soundcloud:set:user] Support mobile URLs (Closes #5323) | Sergey M․ | |
2015-03-02 | [soundcloud] Fix glitches (#5101) | Sergey M․ | |
2015-03-02 | [soundcloud] Check direct links validity (Closes #5101) | Sergey M․ | |
2015-02-01 | [soundcloud:set] Fix test definition | Philipp Hagemeister | |
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· 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 | |||
2014-12-04 | [soundcloud] Improve_VALID_URL | Tithen-Firion | |
Add support for links from Audiomack | |||
2014-11-23 | Fix all PEP8 issues except E501 | Philipp Hagemeister | |
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-23 | PEP8: more applied | Jouke Waleson | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-10-26 | [soundcloud] Set the 'webpage_url' field for each track | Jaime Marquínez Ferrándiz | |
For playlists, YoutubeDL would set it to the playlist url. | |||
2014-10-25 | [soundcloud] Modernize and fix tests | Jaime Marquínez Ferrándiz | |
2014-09-18 | [soundcloud] Fix non-secret playlists | Philipp Hagemeister | |
2014-09-18 | [soundcloud] Secret playlists and sets | dequis | |
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) | |||
2014-09-18 | [soundcloud] Support api urls with secret_token, Closes #3707 | dequis | |
2014-08-28 | Move playlist tests to extractors. | Philipp Hagemeister | |
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). | |||
2014-07-23 | [soundcloud] Adapt test | Philipp Hagemeister | |
2014-07-15 | [soundcloud] Replace 404 test | Sergey M․ | |
2014-07-07 | [soundcloud] Adding likes support to SoundcloudUserIE | azeem | |
2014-06-07 | Remove unused imports | Philipp Hagemeister | |
2014-06-07 | [soundcloud] Add duration information (Closes #3035, Fixes #3034) | Philipp Hagemeister | |
2014-05-05 | [soundcloud/generic] Add support for playlists | Philipp Hagemeister | |
2014-03-24 | [soundcloud] Always add streaming formats | Philipp Hagemeister | |
2014-03-24 | [soundcloud] Simplify string literals | Philipp Hagemeister | |