Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [soundcloud] Update client id (Closes #6930) | Sergey M․ | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | [soundcloud:user] Update tests | Sergey M․ | 2015-08-22 | 1 | -3/+3 |
| | |||||
* | [soundcloud] Clean up _VALID_URLs | Sergey M․ | 2015-08-01 | 1 | -2/+10 |
| | |||||
* | [soundcloud:user] Rework extractor (Closes #6399) | Sergey M․ | 2015-07-31 | 1 | -28/+99 |
| | |||||
* | [soundcloud:playlist] Defer download link resolve | Sergey M․ | 2015-07-25 | 1 | -3/+1 |
| | |||||
* | [soundcloud:set] Defer download link resolve (Closes #6354) | Sergey M․ | 2015-07-25 | 1 | -1/+3 |
| | |||||
* | [soundcloud:user] Add test | Sergey M․ | 2015-06-24 | 1 | -0/+3 |
| | |||||
* | [soundcloud] Improve _VALID_URL | Sergey M․ | 2015-06-24 | 1 | -1/+1 |
| | | | | Do not takeover soundcloud:user URLs | ||||
* | [soundcloud:user] Defer download link resolve (Closes #5248) | Sergey M․ | 2015-05-14 | 1 | -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ándiz | 2015-04-17 | 1 | -3/+2 |
| | |||||
* | [soundcloud] Handle 'secret_token' for 'w.soundcloud.com/player/?url=*' urls ↵ | Jaime Marquínez Ferrándiz | 2015-04-17 | 1 | -1/+6 |
| | | | | (fixes #5453) | ||||
* | [soundcloud:set:user] Support mobile URLs (Closes #5323) | Sergey M․ | 2015-03-30 | 1 | -2/+2 |
| | |||||
* | [soundcloud] Fix glitches (#5101) | Sergey M․ | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | [soundcloud] Check direct links validity (Closes #5101) | Sergey M․ | 2015-03-02 | 1 | -2/+3 |
| | |||||
* | [soundcloud:set] Fix test definition | Philipp Hagemeister | 2015-02-01 | 1 | -1/+2 |
| | |||||
* | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 1 | -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_URL | Tithen-Firion | 2014-12-04 | 1 | -1/+1 |
| | | | | Add support for links from Audiomack | ||||
* | Fix all PEP8 issues except E501 | Philipp Hagemeister | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | PEP8: applied even more rules | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | PEP8: more applied | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -2/+2 |
| | |||||
* | [soundcloud] Set the 'webpage_url' field for each track | Jaime Marquínez Ferrándiz | 2014-10-26 | 1 | -0/+1 |
| | | | | For playlists, YoutubeDL would set it to the playlist url. | ||||
* | [soundcloud] Modernize and fix tests | Jaime Marquínez Ferrándiz | 2014-10-25 | 1 | -7/+8 |
| | |||||
* | [soundcloud] Fix non-secret playlists | Philipp Hagemeister | 2014-09-18 | 1 | -13/+10 |
| | |||||
* | [soundcloud] Secret playlists and sets | dequis | 2014-09-18 | 1 | -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 #3707 | dequis | 2014-09-18 | 1 | -1/+19 |
| | |||||
* | Move playlist tests to extractors. | Philipp Hagemeister | 2014-08-28 | 1 | -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 test | Philipp Hagemeister | 2014-07-23 | 1 | -2/+2 |
| | |||||
* | [soundcloud] Replace 404 test | Sergey M․ | 2014-07-15 | 1 | -8/+8 |
| | |||||
* | [soundcloud] Adding likes support to SoundcloudUserIE | azeem | 2014-07-07 | 1 | -4/+11 |
| | |||||
* | Remove unused imports | Philipp Hagemeister | 2014-06-07 | 1 | -1/+0 |
| | |||||
* | [soundcloud] Add duration information (Closes #3035, Fixes #3034) | Philipp Hagemeister | 2014-06-07 | 1 | -1/+7 |
| | |||||
* | [soundcloud/generic] Add support for playlists | Philipp Hagemeister | 2014-05-05 | 1 | -27/+50 |
| | |||||
* | [soundcloud] Always add streaming formats | Philipp Hagemeister | 2014-03-24 | 1 | -30/+31 |
| | |||||
* | [soundcloud] Simplify string literals | Philipp Hagemeister | 2014-03-24 | 1 | -6/+6 |
| | |||||
* | [soundcloud] Add the description field to the second test | Jaime Marquínez Ferrándiz | 2014-03-09 | 1 | -0/+1 |
| | |||||
* | [soundcloud:set] Fix _VALID_URL regex (Closes #2509) | Sergey M․ | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | [soundcloud] Use unicode_literals and centralized sorting | Philipp Hagemeister | 2014-01-17 | 1 | -51/+52 |
| | |||||
* | [soundcloud] recognize more players’ urls (fixes #2078) | Jaime Marquínez Ferrándiz | 2014-01-02 | 1 | -2/+2 |
| | |||||
* | [soundcloud] Support mobile URLs (Fixes #2009) | Philipp Hagemeister | 2013-12-19 | 1 | -1/+1 |
| | |||||
* | [soundcloud] Fix the extension for 'downloadable' songs | Jaime Marquínez Ferrándiz | 2013-12-10 | 1 | -1/+14 |
| | | | | In this case the 'original_format' field must be used. | ||||
* | [soundcloud] Do not mistake original_format for ext (Fixes #1934) | Philipp Hagemeister | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | [soundcloud] Do not match sets (Fixes #1930) | Philipp Hagemeister | 2013-12-09 | 1 | -1/+2 |
| | |||||
* | [soundcloud] add support for private links (fixes #1927) | Jaime Marquínez Ferrándiz | 2013-12-09 | 1 | -8/+30 |
| | |||||
* | Correct some extractor _VALID_URL regexes | dst | 2013-12-04 | 1 | -2/+2 |
| | |||||
* | [soundcloud] Support for listing of audio-only files | Philipp Hagemeister | 2013-11-25 | 1 | -0/+4 |
| | |||||
* | [soundcloud] Prefer HTTP over RTMP (#1798) | Philipp Hagemeister | 2013-11-25 | 1 | -18/+48 |
| | |||||
* | [toutv] Fix a typo | Philipp Hagemeister | 2013-11-22 | 1 | -1/+1 |
| | |||||
* | [soundcloud] Retrieve the file url using the client_id for the iPhone (fixes ↵ | Jaime Marquínez Ferrándiz | 2013-11-21 | 1 | -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 mistakes | Philipp Hagemeister | 2013-11-20 | 1 | -1/+0 |
| |