1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-26 11:19:47 +08:00

[xvideos] fix webpage downloading (site moved to https)

This commit is contained in:
ealgase
2018-12-06 13:27:11 -05:00
Unverified
parent 2e1280ed43
commit 8e74459ea2
+1 -1
View File
@@ -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'<h1 class="inlineError">(.+?)</h1>', webpage)
if mobj: