Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mitele] Update app key regex | Logan B | 2017-05-19 | 1 | -4/+2 |
| | |||||
* | [mitele] Add support for ooyala videos (closes #12430) | Sergey M․ | 2017-03-13 | 1 | -0/+4 |
| | |||||
* | [mitele] extract dash formats | Remita Amine | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | 2017-01-06 | 1 | -2/+2 |
| | |||||
* | [mitele] Modernize and extract more metadata | Sergey M․ | 2016-11-24 | 1 | -25/+67 |
| | |||||
* | [mitele] Relax _VALID_URL | zurfyx | 2016-11-24 | 1 | -1/+4 |
| | |||||
* | [mitele] Fix extraction after website redesign (fixes #10824) | DarkZeros | 2016-11-07 | 1 | -43/+56 |
| | |||||
* | Improve some _VALID_URLs | stepshal | 2016-09-14 | 1 | -1/+1 |
| | |||||
* | [telecinco] fix info extraction | Remita Amine | 2016-07-06 | 1 | -50/+65 |
| | |||||
* | [mitele] Extract series metadata and make title more robust (Closes #9758) | Sergey M․ | 2016-06-18 | 1 | -3/+46 |
| | |||||
* | [mitele] Comment out unstable MD5 | Yen Chi Hsuan | 2016-04-25 | 1 | -3/+3 |
| | | | | Also Akamai f4f fragments | ||||
* | Remove _sort_formats from _extract_*_formats methods | Sergey M․ | 2016-03-27 | 1 | -0/+1 |
| | | | | | | | Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051 | ||||
* | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey M․ | 2016-03-26 | 1 | -3/+2 |
| | | | | | | | 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 | ||||
* | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | [mitele] Fix extraction and update test checksum (fixes #7343) | Jaime Marquínez Ferrándiz | 2015-11-02 | 1 | -2/+6 |
| | |||||
* | [mitele] Fix test checksum | Jaime Marquínez Ferrándiz | 2015-10-24 | 1 | -1/+1 |
| | |||||
* | [mitele] Don't encode the URL query (closes #7280) | Jaime Marquínez Ferrándiz | 2015-10-24 | 1 | -1/+1 |
| | | | | This seems to produce sporadic errors when trying to access the URL, because on python 3.x when you do '%s' % b'somedata' you get "b'somedata'". | ||||
* | [mitele] Clarify IE_DESC | Sergey M․ | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | [mitele] Fix extraction (Closes #6414) | Sergey M․ | 2015-09-16 | 1 | -47/+58 |
| | |||||
* | [mitele] Use compat_urllib_parse_unquote | Sergey M․ | 2015-07-17 | 1 | -1/+2 |
| | |||||
* | [mitele] It now uses m3u8 (#5764) | Jaime Marquínez Ferrándiz | 2015-05-21 | 1 | -2/+7 |
| | | | | It should also be possible to use Adobe HDS, but it would require more work. | ||||
* | [telecinco] Recognize more urls (closes #5065) | Jaime Marquínez Ferrándiz | 2015-02-25 | 1 | -2/+2 |
| | |||||
* | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 1 | -7/+6 |
| | | | | | | | | · 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 | ||||
* | [mitele] Fix on python 2.x | Jaime Marquínez Ferrándiz | 2014-10-23 | 1 | -1/+2 |
| | |||||
* | [telecinco] Add extractor (closes #4005) | Jaime Marquínez Ferrándiz | 2014-10-23 | 1 | -2/+10 |
| | | | | It uses the same extraction process as mitele.es, but with a few small differences. | ||||
* | [mitele] Add extractor for mitele.es | Jaime Marquínez Ferrándiz | 2014-08-18 | 1 | -0/+60 |