aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/matchtv.py
AgeCommit message (Collapse)Author
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-06-12[matchtv] ModernizeSergey M․
2016-03-27Remove _sort_formats from _extract_*_formats methodsSergey 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_dictSergey 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-01-30[matchtv] Add extractor (Closes #8313)Sergey M․