Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-03-09 | [soundcloud] Add the description field to the second test | Jaime Marquínez Ferrándiz | |
2014-03-04 | [soundcloud:set] Fix _VALID_URL regex (Closes #2509) | Sergey M․ | |
2014-01-17 | [soundcloud] Use unicode_literals and centralized sorting | Philipp Hagemeister | |
2014-01-02 | [soundcloud] recognize more players’ urls (fixes #2078) | Jaime Marquínez Ferrándiz | |
2013-12-19 | [soundcloud] Support mobile URLs (Fixes #2009) | Philipp Hagemeister | |
2013-12-10 | [soundcloud] Fix the extension for 'downloadable' songs | Jaime Marquínez Ferrándiz | |
In this case the 'original_format' field must be used. | |||
2013-12-10 | [soundcloud] Do not mistake original_format for ext (Fixes #1934) | Philipp Hagemeister | |
2013-12-09 | [soundcloud] Do not match sets (Fixes #1930) | Philipp Hagemeister | |
2013-12-09 | [soundcloud] add support for private links (fixes #1927) | Jaime Marquínez Ferrándiz | |
2013-12-04 | Correct some extractor _VALID_URL regexes | dst | |
2013-11-25 | [soundcloud] Support for listing of audio-only files | Philipp Hagemeister | |
2013-11-25 | [soundcloud] Prefer HTTP over RTMP (#1798) | Philipp Hagemeister | |
2013-11-22 | [toutv] Fix a typo | Philipp Hagemeister | |
2013-11-21 | [soundcloud] Retrieve the file url using the client_id for the iPhone (fixes ↵ | Jaime Marquínez Ferrándiz | |
#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. | |||
2013-11-20 | Clean up unused imports and other minor mistakes | Philipp Hagemeister | |
2013-11-14 | [soundlcoud] Set the correct extension for the tracks (fixes #1766) | Jaime Marquínez Ferrándiz | |
Some tracks are not in mp3 format, they can be wav files. | |||
2013-11-09 | [soundcloud] Allow to download tracks marked as not 'streamable' | Jaime Marquínez Ferrándiz | |
They use the rtmp protocol but if the are marked as 'downloadable' it can use the direct download link. | |||
2013-09-14 | [soundcloud] Add an extractor for users (closes #1426) | Jaime Marquínez Ferrándiz | |
2013-08-21 | [soundcloud] Support widget urls (fixes #1252) | Jaime Marquínez Ferrándiz | |
2013-07-24 | ExfmIE: extract Soundcloud songs using SoundcloudIE | Jaime Marquínez Ferrándiz | |
Now SouncloudIE accepts api urls. | |||
2013-07-24 | [soundcloud]: Some improvements | Jaime Marquínez Ferrándiz | |
Extract thumbnails. Make SoundcloudSetIE a subclass of SoundcloudIE to reuse some code. Directly extract the file url without downloading an extra page. | |||
2013-07-23 | [soundcloud] Support URLs with a slash at the end (Fixes #1104) | Philipp Hagemeister | |
2013-06-27 | Make sure SoundcloudIE does not match soundcloud sets | Philipp Hagemeister | |
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-27 | Remove superfluous name declarations | Philipp Hagemeister | |
2013-06-27 | [soundcloud] Move tests | Philipp Hagemeister | |
2013-06-23 | Move Soundcloud into its own file | Philipp Hagemeister | |