[pornhub] Use https (#21061)
This commit is contained in:
parent
bbf1defe58
commit
2c53c0ebc6
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class PornHubIE(PornHubBaseIE):
|
|||
def dl_webpage(platform):
|
||||
self._set_cookie(host, 'platform', platform)
|
||||
return self._download_webpage(
|
||||
'http://www.%s/view_video.php?viewkey=%s' % (host, video_id),
|
||||
'https://www.%s/view_video.php?viewkey=%s' % (host, video_id),
|
||||
video_id, 'Downloading %s webpage' % platform)
|
||||
|
||||
webpage = dl_webpage('pc')
|
||||
|
|
Loading…
Reference in a new issue