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',