Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-27 | [playtvak] Relax video regex and make description optional | Ondřej Caletka | |
2017-01-06 | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | |
2016-03-26 | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey 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 | |||
2015-08-18 | [playtvak] PEP 8 | Sergey M․ | |
2015-08-16 | [playtvak] Use tuples | Sergey M․ | |
2015-08-16 | [playtvak] Improve description extraction and add test for metro | Sergey M․ | |
2015-08-16 | [playtvak] Improve and simplify | Sergey M․ | |
2015-08-15 | [playtvak] Initial support for videos from Mafra group servers | Ondřej Caletka | |
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> |