about summary refs log tree commit diff
path: root/youtube_dl/extractor/matchtv.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
|
* [matchtv] ModernizeSergey M․2016-06-121-13/+12
|
* Remove _sort_formats from _extract_*_formats methodsSergey M․2016-03-271-0/+1
| | | | | | | Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-2/+2
| | | | | | | 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
* [matchtv] Add extractor (Closes #8313)Sergey M․2016-01-301-0/+55