Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backups
youtube-dl
Commits
1a88fc5a
Commit
1a88fc5a
authored
Jul 29, 2018
by
bato3
Committed by
Sergey M
Jul 29, 2018
Browse files
[ceskatelevize] Use https for API call (refs #16997)
parent
38e87f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
youtube_dl/extractor/ceskatelevize.py
youtube_dl/extractor/ceskatelevize.py
+1
-1
No files found.
youtube_dl/extractor/ceskatelevize.py
View file @
1a88fc5a
...
...
@@ -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'
,
'http
s
://www.ceskatelevize.cz/ivysilani/ajax/get-client-playlist'
,
data
=
urlencode_postdata
(
data
))
req
.
add_header
(
'Content-type'
,
'application/x-www-form-urlencoded'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment