about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Rose <offline@offby1.net>2021-11-26 08:08:17 -0800
committerdirkf <fieldhouse@gmx.net>2022-02-05 02:24:51 +0000
commit23ad6402a6966dd09e4c854f32c33f69be1a064e (patch)
treec8115218ff00b92a625d1e12330da1919b9a1bea
parent96423449659131ed8e7bfaa7f791466c3f8f2db1 (diff)
downloadyoutube-dl-23ad6402a6966dd09e4c854f32c33f69be1a064e.tar.gz
youtube-dl-23ad6402a6966dd09e4c854f32c33f69be1a064e.tar.xz
youtube-dl-23ad6402a6966dd09e4c854f32c33f69be1a064e.zip
xvideos: Fix for #30271
-rw-r--r--youtube_dl/extractor/xvideos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xvideos.py b/youtube_dl/extractor/xvideos.py
index 8fc64914c..e63d4690d 100644
--- a/youtube_dl/extractor/xvideos.py
+++ b/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: