Browse Source

xvideos: Fix for #30271

Chris Rose 4 years ago
parent
commit
23ad6402a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/xvideos.py

+ 1 - 1
youtube_dl/extractor/xvideos.py

@@ -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: