From eb98d9c020b0fa054ce260e20ee517def1747e9d Mon Sep 17 00:00:00 2001 From: Mozi <29089388+pzhlkj6612@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:09:08 +0000 Subject: [PATCH] no matching quickies --- yt_dlp/extractor/xvideos.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yt_dlp/extractor/xvideos.py b/yt_dlp/extractor/xvideos.py index 700b70ea3d..74026902bc 100644 --- a/yt_dlp/extractor/xvideos.py +++ b/yt_dlp/extractor/xvideos.py @@ -235,7 +235,8 @@ def _real_extract(self, url): class XVideosUserIE(InfoExtractor): _VALID_URL = r'''(?x) https?://(?:.+?\.)?xvideos\.(?:com|es)/ - (?P(?:channels|amateur-channels|model-channels|pornstar-channels|profiles)/(?P[^/?#&]+))''' + (?P(?:channels|amateur-channels|model-channels|pornstar-channels|profiles)/ + (?P[^/?#&]+))((?:(?!\#quickies).)+)?$''' _TESTS = [{ # channel; "Most viewed" 'url': 'https://www.xvideos.com/channels/college_girls_gone_bad#_tabVideos,rating',