Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-15 | [condenast] Fix extraction (closes #14196, closes #14207) | Sergey M․ | |
2017-05-12 | [condenast] improve embed support | Remita Amine | |
2017-03-22 | [condenast] Fix extraction and style (closes #12526) | Sergey M․ | |
2016-08-08 | [condenast] Make _search_json_ld call non fatal | Sergey M․ | |
2016-08-05 | [condenast] fallback to loader.js if video.js fail | Remita Amine | |
2016-08-04 | [condenast] improve extraction | Remita Amine | |
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-09-27 | [condenast] Add support for JS embeds | Sergey M․ | |
2015-09-25 | [condenast] Do not capture unused group in _VALID_URL | Sergey M․ | |
2015-09-25 | [condenast] Keep acute accent | Sergey M․ | |
2015-09-25 | [condenast] fix video info regex | remitamine | |
2015-09-25 | [condenast] fix extraction and add support for other sites | remitamine | |
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-13 | [condenast] Add support for embedded videos (Closes #3929) | Sergey M․ | |
2014-04-21 | [condenast|generic] Add support for condenast embeds (Fixes #2783) | Philipp Hagemeister | |
2014-01-25 | Properly escape ‘.’ in some _VALID_URL properties | Jaime Marquínez Ferrándiz | |
2014-01-17 | [condenast] Allow multiple formats, and sort centralized | Philipp Hagemeister | |
2014-01-17 | [condenast] Use unicode_literals | Philipp Hagemeister | |
2013-07-17 | Add CondeNastIE | Jaime Marquínez Ferrándiz | |
It supports some of the websites of the Condé Nast group: WIRED, GQ, Vogue, Glamour, W Magazine and Vanity Fair. |