[ceskatelevize] Use https for API call (refs #16997)

This commit is contained in:
bato3 2018-07-29 01:04:59 +02:00 committed by Sergey M
parent 38e87f6c2a
commit 1a88fc5a69
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class CeskaTelevizeIE(InfoExtractor):
for user_agent in (None, USER_AGENTS['Safari']):
req = sanitized_Request(
'http://www.ceskatelevize.cz/ivysilani/ajax/get-client-playlist',
'https://www.ceskatelevize.cz/ivysilani/ajax/get-client-playlist',
data=urlencode_postdata(data))
req.add_header('Content-type', 'application/x-www-form-urlencoded')