Commit Graph

7 Commits (90e3f18fc1cff2c12361cbbd85303774bf7d59f7)

Author SHA1 Message Date
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
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 
Sergey M․ 559f4c550f [playtvak] PEP 8
Sergey M․ 0086874277 [playtvak] Use tuples
Sergey M․ 974f1a385a [playtvak] Improve description extraction and add test for metro
Sergey M․ 276c989772 [playtvak] Improve and simplify
Ondřej Caletka 221a59fe6f [playtvak] Initial support for videos from Mafra group servers
Support for videos in articles from idnes.cz, lidovky.cz, metro.cz, as
well as video and live streams from playtvak.cz

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>