mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 06:27:21 +00:00
no matching quickies
This commit is contained in:
parent
6e3d0e5810
commit
eb98d9c020
|
@ -235,7 +235,8 @@ def _real_extract(self, url):
|
|||
class XVideosUserIE(InfoExtractor):
|
||||
_VALID_URL = r'''(?x)
|
||||
https?://(?:.+?\.)?xvideos\.(?:com|es)/
|
||||
(?P<page_path>(?:channels|amateur-channels|model-channels|pornstar-channels|profiles)/(?P<id>[^/?#&]+))'''
|
||||
(?P<page_path>(?:channels|amateur-channels|model-channels|pornstar-channels|profiles)/
|
||||
(?P<id>[^/?#&]+))((?:(?!\#quickies).)+)?$'''
|
||||
_TESTS = [{
|
||||
# channel; "Most viewed"
|
||||
'url': 'https://www.xvideos.com/channels/college_girls_gone_bad#_tabVideos,rating',
|
||||
|
|
Loading…
Reference in a new issue