1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 13:27:23 +08:00

12 Commits

Author SHA1 Message Date
Ondřej Caletka
621d808390 Revert "[playtvak] Test different SlowTV stream"
This reverts commit cbaa42c30516ecc19fe6154e35104931b82e1e06.
2017-12-22 11:07:04 +01:00
Ondřej Caletka
55778f261d
[playtvak] Avoid scary warning for videos without description
Live video feeds do not have any description - see the second test.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2017-12-20 13:59:45 +01:00
Ondřej Caletka
cbaa42c305
[playtvak] Test different SlowTV stream
Planespotting SlowTV stream webpage contains some commented-out HTML
code which caused false positive test results.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2017-12-20 13:59:28 +01:00
Ondřej Caletka
9631f9e199
[playtvak] Fix tests
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2017-12-20 13:22:32 +01:00
Ondřej Caletka
d2321c0f4f [playtvak] Fix video regex 2017-12-20 13:21:48 +01:00
Yen Chi Hsuan
ec85ded83c
Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
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
2016-03-26 01:46:57 +06:00
Sergey M․
559f4c550f [playtvak] PEP 8 2015-08-18 20:27:58 +06:00
Sergey M․
0086874277 [playtvak] Use tuples 2015-08-16 19:59:03 +06:00
Sergey M․
974f1a385a [playtvak] Improve description extraction and add test for metro 2015-08-16 17:22:13 +06:00
Sergey M․
276c989772 [playtvak] Improve and simplify 2015-08-16 03:07:05 +06:00
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>
2015-08-15 20:59:40 +02:00