From: ealgase Date: Thu, 6 Dec 2018 20:36:08 +0000 (-0500) Subject: [xvideos] Switch to HTTPS (closes #18422) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=ebb0449049c198f04103502c95a13171b854d1c7;p=youtube-dl [xvideos] Switch to HTTPS (closes #18422) --- diff --git a/youtube_dl/extractor/xvideos.py b/youtube_dl/extractor/xvideos.py index efee95651..ec2d913fc 100644 --- a/youtube_dl/extractor/xvideos.py +++ b/youtube_dl/extractor/xvideos.py @@ -45,7 +45,7 @@ class XVideosIE(InfoExtractor): video_id = self._match_id(url) webpage = self._download_webpage( - 'http://www.xvideos.com/video%s/' % video_id, video_id) + 'https://www.xvideos.com/video%s/' % video_id, video_id) mobj = re.search(r'

(.+?)

', webpage) if mobj: