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