Browse Source

[pornhub] Use https (#21061)

master
NRTICN 5 years ago
committed by Sergey M
parent
commit
2c53c0ebc6
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/pornhub.py

2
youtube_dl/extractor/pornhub.py

@ -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…
Cancel
Save