Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-15 | [mixcloud:stream] Add new extractor | Yen Chi Hsuan | |
Closes #7633 | |||
2016-04-15 | [mixcloud] Fix extraction by decrypting play info | Yen Chi Hsuan | |
Fixes #7521 | |||
2016-04-15 | [mixcloud] Improve and simplify mixcloud:user and mixcloud:playlist | Yen Chi Hsuan | |
2016-04-12 | [mixcloud] improved extraction of user description | Philip Huppert | |
2016-04-12 | [mixcloud] support older urllib versions | Philip Huppert | |
2016-04-12 | [mixcloud] fixed some tests | Philip Huppert | |
2016-04-12 | [mixcloud] Added support for user uploads, playlists, favorites and listens. | Philip Huppert | |
Fixes #3750 and #5272 | |||
2016-04-11 | [mixcloud] Capture error message (#9156) | Sergey M․ | |
2016-03-13 | [mixcloud] Fix view count extraction (Closes #8831, closes #8845) | Sergey M․ | |
2015-12-04 | [mixcloud] Fix extraction of the audio url (fixes #7751) | Jaime Marquínez Ferrándiz | |
2015-07-17 | [mixcloud] Use compat_urllib_parse_unquote | Sergey M․ | |
2015-04-17 | [mixcloud] Simplify url extraction | Jaime Marquínez Ferrándiz | |
On the tracks I tested the server number in the url from the webpage is valid for the mp3 or the m4a file and any other number is invalid, it's a waste of time to check them. | |||
2015-04-03 | [mixcloud] Fix extraction of like count (reported in #5231) | Jaime Marquínez Ferrándiz | |
2015-03-18 | [mixcloud] Try preview server first, then further numbers | Roman Le Négrate | |
2015-03-18 | [mixcloud] Fix extraction of some metadata | Jaime Marquínez Ferrándiz | |
The second test had some wrong info. I couldn't find the timestamp, so I have removed it. | |||
2015-03-18 | [mixcloud] Fix extraction like-count | Roman Le Négrate | |
2015-02-04 | [mixcloud] Fix extraction (Closes #4862) | Sergey M․ | |
2015-01-30 | [mixcloud] Remove unused import | Sergey M․ | |
2015-01-30 | [mixcloud] Fix extraction (Closes #4784) | Sergey M․ | |
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-11 | [mixcloud] Fix metadata extraction (fixes #4443) | Jaime Marquínez Ferrándiz | |
2014-10-15 | [mixcloud] Output downloading progress | Philipp Hagemeister | |
2014-10-12 | [mixcloud] Fix metadata extraction (fixes #3930) | Jaime Marquínez Ferrándiz | |
2014-08-26 | [mixcloud] Use a HEAD request when checking if the url is valid | Jaime Marquínez Ferrándiz | |
2014-05-13 | [mixcloud] Shed API dependency (#2904) | Philipp Hagemeister | |
2014-02-27 | [mixcloud] Unquote the track id (#2462) | Jaime Marquínez Ferrándiz | |
2014-02-26 | [mixcloud] Fix _VALID_RE (fixes #2462) | Jaime Marquínez Ferrándiz | |
Accept any character except `/` for uploader and the name, caused problems with non ASCII characters | |||
2014-01-17 | [mixcloud] Use unicode_literals | Philipp Hagemeister | |
2014-01-17 | [mixcloud] Fix URL extraction | Philipp Hagemeister | |
2014-01-01 | [mixcloud] Fix track url transformation (fixes #2068) | Jaime Marquínez Ferrándiz | |
‘/previews/‘ must be replaced with ‘/c/originals/‘ now. | |||
2013-12-10 | [mixcloud] Try to get the m4a url if the mp3 url fails to download (fixes #1939) | Jaime Marquínez Ferrándiz | |
2013-12-08 | Remove the calls to 'compat_urllib_request.urlopen' in a few extractors | Jaime Marquínez Ferrándiz | |
2013-11-24 | [mixcloud] The description field may be missing (fixes #1819) | Jaime Marquínez Ferrándiz | |
2013-09-14 | [mixcloud] Rewrite extractor (fixes #278) | Jaime Marquínez Ferrándiz | |
2013-06-23 | Move MixCloud into its own file | Philipp Hagemeister | |