11 Commits (master)

Author SHA1 Message Date
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6 7 years ago
Sergey M․ 19dbaeece3 Remove _sort_formats from _extract_*_formats methods
Now _sort_formats should be called explicitly.
_sort_formats has been added to all the necessary places in code.

Closes #8051
8 years ago
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure 8 years ago
Sergey M․ db6c50f109 [ynet] Use compat_urllib_parse_unquote_plus 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
Jouke Waleson 5f6a1245ff PEP8 applied 10 years ago
Philipp Hagemeister 8d11b59bbb [ynet] Remove test md5sums
These fluctuate regularly.
10 years ago
Philipp Hagemeister dbe3043cd6 [ynet] Fix test checksums 10 years ago
Sergey M․ a89435a7a8 [ynet] Improve _VALID_URL 10 years ago
Sergey M․ c664182323 [ynet] Remove unused stuff, simplify and improve 10 years ago
net 2a1325fdde [ynet] Add new extractor 10 years ago