21 Commits (master)

Author SHA1 Message Date
Remita Amine 9448a20312 [condenast] fix extraction and extract subtitles 3 years ago
Sergey M․ c46680fb2a
[condenast] Fix extraction (closes #14196, closes #14207) 7 years ago
Remita Amine 6c52477f59 [condenast] improve embed support 7 years ago
Sergey M․ 391d076d7c
[condenast] Fix extraction and style (closes #12526) 7 years ago
Sergey M․ 1e7f602e2a
[condenast] Make _search_json_ld call non fatal 8 years ago
Remita Amine e563c0d73b [condenast] fallback to loader.js if video.js fail 8 years ago
Remita Amine 4f427c4be8 [condenast] improve extraction 8 years ago
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
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
8 years ago
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure 8 years ago
Sergey M․ c6b8f4d0c9 [condenast] Add support for JS embeds 9 years ago
Sergey M․ 0940c5b4c6 [condenast] Do not capture unused group in _VALID_URL 9 years ago
Sergey M․ 42ca72dff3 [condenast] Keep acute accent 9 years ago
remitamine 2949a6cda9 [condenast] fix video info regex 9 years ago
remitamine 882fc9052e [condenast] fix extraction and add support for other sites 9 years ago
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· 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
10 years ago
Sergey M․ 1419fafd36 [condenast] Add support for embedded videos (Closes #3929) 10 years ago
Philipp Hagemeister fa35cdad02 [condenast|generic] Add support for condenast embeds (Fixes #2783) 10 years ago
Jaime Marquínez Ferrándiz 59188de113 Properly escape ‘.’ in some _VALID_URL properties 10 years ago
Philipp Hagemeister d0da491e1e [condenast] Allow multiple formats, and sort centralized 10 years ago
Philipp Hagemeister 6e249060cf [condenast] Use unicode_literals 10 years ago
Jaime Marquínez Ferrándiz e1fb245690 Add CondeNastIE
It supports some of the websites of the Condé Nast group: WIRED, GQ, Vogue, Glamour, W Magazine and Vanity Fair.
11 years ago