projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e7c18
)
[crunchyroll] switch to HTTPS for RpcApi(closes #17749)
author
Remita Amine
<remitamine@gmail.com>
Tue, 2 Oct 2018 18:43:06 +0000
(19:43 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Tue, 2 Oct 2018 18:43:06 +0000
(19:43 +0100)
youtube_dl/extractor/crunchyroll.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/crunchyroll.py
b/youtube_dl/extractor/crunchyroll.py
index af786d09699c10b60f38846bf43310ee1fec03a4..045be0ab5c196751cd09b22707484f8468dbb2e1 100644
(file)
--- a/
youtube_dl/extractor/crunchyroll.py
+++ b/
youtube_dl/extractor/crunchyroll.py
@@
-45,7
+45,7
@@
class CrunchyrollBaseIE(InfoExtractor):
data['req'] = 'RpcApi' + method
data = compat_urllib_parse_urlencode(data).encode('utf-8')
return self._download_xml(
- 'http://www.crunchyroll.com/xml/',
+ 'http
s
://www.crunchyroll.com/xml/',
video_id, note, fatal=False, data=data, headers={
'Content-Type': 'application/x-www-form-urlencoded',
})