Commit Graph

4 Commits (88d9f6c0c4c3d1d2179ee4fe0af560f500e62579)

Author SHA1 Message Date
Sergey M․ 80ae228b34
[matchtv] Modernize 9 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
9 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
9 years ago
Sergey M․ c3deacd562 [matchtv] Add extractor (Closes #8313) 10 years ago