xvideos: Fix for #30271

This commit is contained in:
Chris Rose 2021-11-26 08:08:17 -08:00 committed by dirkf
parent 9642344965
commit 23ad6402a6
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class XVideosIE(InfoExtractor):
video_id = self._match_id(url)
webpage = self._download_webpage(
'https://www.xvideos.com/video%s/' % video_id, video_id)
'https://www.xvideos.com/video%s/0' % video_id, video_id)
mobj = re.search(r'<h1 class="inlineError">(.+?)</h1>', webpage)
if mobj: