mirror of https://github.com/yt-dlp/yt-dlp.git
parent
77fcc65158
commit
849d699a8b
|
@ -19,7 +19,7 @@ class XVideosIE(InfoExtractor):
|
||||||
(?:
|
(?:
|
||||||
(?:[^/]+\.)?xvideos2?\.com/video|
|
(?:[^/]+\.)?xvideos2?\.com/video|
|
||||||
(?:www\.)?xvideos\.es/video|
|
(?:www\.)?xvideos\.es/video|
|
||||||
flashservice\.xvideos\.com/embedframe/|
|
(?:www|flashservice)\.xvideos\.com/embedframe/|
|
||||||
static-hw\.xvideos\.com/swf/xv-player\.swf\?.*?\bid_video=
|
static-hw\.xvideos\.com/swf/xv-player\.swf\?.*?\bid_video=
|
||||||
)
|
)
|
||||||
(?P<id>[0-9]+)
|
(?P<id>[0-9]+)
|
||||||
|
@ -37,6 +37,9 @@ class XVideosIE(InfoExtractor):
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://flashservice.xvideos.com/embedframe/4588838',
|
'url': 'https://flashservice.xvideos.com/embedframe/4588838',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
}, {
|
||||||
|
'url': 'https://www.xvideos.com/embedframe/4588838',
|
||||||
|
'only_matching': True,
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://static-hw.xvideos.com/swf/xv-player.swf?id_video=4588838',
|
'url': 'http://static-hw.xvideos.com/swf/xv-player.swf?id_video=4588838',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
|
Loading…
Reference in New Issue