Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mixcloud] improve extraction | Remita Amine | 2019-11-06 | 1 | -279/+231 |
| | | | | | | - improve metadata extraction(closes #11721) - fix playlist extraction(closes #22378) - fix user mixes extraction(closes #15197)(closes #17865) | ||||
* | [mixcloud] fix cloudcast data extraction(closes #22821) | Remita Amine | 2019-10-31 | 1 | -3/+4 |
| | |||||
* | [mixcloud] allow uppercase letters in format urls(closes #19280) | Remita Amine | 2019-09-20 | 1 | -1/+1 |
| | |||||
* | [mixcloud] base64 decode before decryption | Remita Amine | 2018-11-21 | 1 | -2/+2 |
| | |||||
* | [mixcloud] fallback to hardcoded decryption key(closes #18016) | Remita Amine | 2018-11-21 | 1 | -1/+7 |
| | |||||
* | [mixcloud] Bypass throttling for HTTP formats (#12579, #16424) | Sergey M․ | 2018-05-10 | 1 | -0/+4 |
| | |||||
* | Switch codebase to use compat_b64decode | Sergey M․ | 2018-01-23 | 1 | -1/+0 |
| | |||||
* | [mixcloud] Use compat_b64decode (closes #15394) | Sergey M․ | 2018-01-23 | 1 | -3/+4 |
| | |||||
* | [utils] Use in OnDemandPagedList by default | Sergey M․ | 2017-10-06 | 1 | -1/+1 |
| | | | | Not using cache results in redundant network I/O due to downloading the same pages while using --playlist-items n-m | ||||
* | [mixcloud] Improve and simplify (closes #14132) | Sergey M․ | 2017-09-23 | 1 | -30/+41 |
| | |||||
* | [mixcloud] Fix extraction (closes #14088) | Tatsuyuki Ishi | 2017-09-23 | 1 | -62/+105 |
| | |||||
* | [mixcloud] Fix extraction (closes #14020) | Vijay Singh | 2017-08-26 | 1 | -1/+1 |
| | |||||
* | [mixcloud] Fix extraction (closes #14015) | Vijay Singh | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | [mixcloud] Fix extraction (closes #13958) | Sergey M․ | 2017-08-18 | 1 | -6/+8 |
| | |||||
* | [mixcloud] Extract decrypt key | Sergey M․ | 2017-08-14 | 1 | -7/+25 |
| | |||||
* | [mixcloud] Fix play info decryption (closes #13885) | Sergey M․ | 2017-08-12 | 1 | -1/+2 |
| | |||||
* | [mixcloud] Fix play info decryption (closes #13867) | Sergey M․ | 2017-08-09 | 1 | -10/+17 |
| | |||||
* | [mixcloud] Fix view count extraction and modernize | Sergey M․ | 2017-04-08 | 1 | -4/+4 |
| | |||||
* | [mixcloud:playlist] Relax title extraction and fix description extraction ↵ | Sergey M․ | 2017-04-08 | 1 | -17/+13 |
| | | | | (closes #12582) | ||||
* | [mixcloud:playlist] Fix title extraction | Kfir Breger | 2017-04-08 | 1 | -1/+1 |
| | |||||
* | [mixcloud] Fix extraction (closes #11674) | Sergey M․ | 2017-01-13 | 1 | -17/+5 |
| | |||||
* | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | [mixcloud] Relax _VALID_URL (closes #11406) | Sergey M․ | 2016-12-10 | 1 | -1/+4 |
| | |||||
* | [mixcloud] View count and like count may be absent | Yen Chi Hsuan | 2016-06-24 | 1 | -2/+2 |
| | | | | Closes #9874 | ||||
* | [mixcloud:stream] Add new extractor | Yen Chi Hsuan | 2016-04-15 | 1 | -9/+66 |
| | | | | Closes #7633 | ||||
* | [mixcloud] Fix extraction by decrypting play info | Yen Chi Hsuan | 2016-04-15 | 1 | -23/+20 |
| | | | | Fixes #7521 | ||||
* | [mixcloud] Improve and simplify mixcloud:user and mixcloud:playlist | Yen Chi Hsuan | 2016-04-15 | 1 | -122/+76 |
| | |||||
* | [mixcloud] improved extraction of user description | Philip Huppert | 2016-04-12 | 1 | -4/+2 |
| | |||||
* | [mixcloud] support older urllib versions | Philip Huppert | 2016-04-12 | 1 | -1/+1 |
| | |||||
* | [mixcloud] fixed some tests | Philip Huppert | 2016-04-12 | 1 | -2/+2 |
| | |||||
* | [mixcloud] Added support for user uploads, playlists, favorites and listens. | Philip Huppert | 2016-04-12 | 1 | -2/+198 |
| | | | | Fixes #3750 and #5272 | ||||
* | [mixcloud] Capture error message (#9156) | Sergey M․ | 2016-04-11 | 1 | -1/+11 |
| | |||||
* | [mixcloud] Fix view count extraction (Closes #8831, closes #8845) | Sergey M․ | 2016-03-13 | 1 | -2/+3 |
| | |||||
* | [mixcloud] Fix extraction of the audio url (fixes #7751) | Jaime Marquínez Ferrándiz | 2015-12-04 | 1 | -1/+2 |
| | |||||
* | [mixcloud] Use compat_urllib_parse_unquote | Sergey M․ | 2015-07-17 | 1 | -4/+2 |
| | |||||
* | [mixcloud] Simplify url extraction | Jaime Marquínez Ferrándiz | 2015-04-17 | 1 | -57/+15 |
| | | | | | | 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. | ||||
* | [mixcloud] Fix extraction of like count (reported in #5231) | Jaime Marquínez Ferrándiz | 2015-04-03 | 1 | -1/+1 |
| | |||||
* | [mixcloud] Try preview server first, then further numbers | Roman Le Négrate | 2015-03-18 | 1 | -8/+41 |
| | |||||
* | [mixcloud] Fix extraction of some metadata | Jaime Marquínez Ferrándiz | 2015-03-18 | 1 | -12/+5 |
| | | | | | The second test had some wrong info. I couldn't find the timestamp, so I have removed it. | ||||
* | [mixcloud] Fix extraction like-count | Roman Le Négrate | 2015-03-18 | 1 | -2/+1 |
| | |||||
* | [mixcloud] Fix extraction (Closes #4862) | Sergey M․ | 2015-02-04 | 1 | -3/+16 |
| | |||||
* | [mixcloud] Remove unused import | Sergey M․ | 2015-01-30 | 1 | -1/+0 |
| | |||||
* | [mixcloud] Fix extraction (Closes #4784) | Sergey M․ | 2015-01-30 | 1 | -5/+8 |
| | |||||
* | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 1 | -1/+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 | ||||
* | [mixcloud] Fix metadata extraction (fixes #4443) | Jaime Marquínez Ferrándiz | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | [mixcloud] Output downloading progress | Philipp Hagemeister | 2014-10-15 | 1 | -10/+10 |
| | |||||
* | [mixcloud] Fix metadata extraction (fixes #3930) | Jaime Marquínez Ferrándiz | 2014-10-12 | 1 | -1/+1 |
| | |||||
* | [mixcloud] Use a HEAD request when checking if the url is valid | Jaime Marquínez Ferrándiz | 2014-08-26 | 1 | -1/+2 |
| | |||||
* | [mixcloud] Shed API dependency (#2904) | Philipp Hagemeister | 2014-05-13 | 1 | -13/+39 |
| | |||||
* | [mixcloud] Unquote the track id (#2462) | Jaime Marquínez Ferrándiz | 2014-02-27 | 1 | -2/+4 |
| |