mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-30 22:05:07 +08:00
Make xhamster extractor work with xhamster.one
This commit is contained in:
committed by
GitHub
Unverified
parent
99fe330070
commit
b3c585e70f
@@ -20,7 +20,7 @@ from ..utils import (
|
||||
class XHamsterIE(InfoExtractor):
|
||||
_VALID_URL = r'''(?x)
|
||||
https?://
|
||||
(?:.+?\.)?xhamster\.com/
|
||||
(?:.+?\.)?xhamster\.(com|one)/
|
||||
(?:
|
||||
movies/(?P<id>\d+)/(?P<display_id>[^/]*)\.html|
|
||||
videos/(?P<display_id_2>[^/]*)-(?P<id_2>\d+)
|
||||
|
||||
Reference in New Issue
Block a user