mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-19 07:30:00 +00:00
with old url pattern intact
This commit is contained in:
parent
d52335245d
commit
e182ba877b
@ -14,6 +14,7 @@ class RtlNlIE(InfoExtractor):
|
|||||||
_VALID_URL = r'''(?x)
|
_VALID_URL = r'''(?x)
|
||||||
https?://(?:(?:www|static)\.)?
|
https?://(?:(?:www|static)\.)?
|
||||||
(?:
|
(?:
|
||||||
|
rtlxl\.nl/[^\#]*\#!/[^/]+/|
|
||||||
rtlxl\.nl/programma/[^/]+/|
|
rtlxl\.nl/programma/[^/]+/|
|
||||||
rtl\.nl/(?:(?:system/videoplayer/(?:[^/]+/)+(?:video_)?embed\.html|embed)\b.+?\buuid=|video/)
|
rtl\.nl/(?:(?:system/videoplayer/(?:[^/]+/)+(?:video_)?embed\.html|embed)\b.+?\buuid=|video/)
|
||||||
)
|
)
|
||||||
@ -44,7 +45,6 @@ class RtlNlIE(InfoExtractor):
|
|||||||
'upload_date': '20160429',
|
'upload_date': '20160429',
|
||||||
'duration': 1167.96,
|
'duration': 1167.96,
|
||||||
},
|
},
|
||||||
'skip': 'old url pattern'
|
|
||||||
}, {
|
}, {
|
||||||
# best format available a3t
|
# best format available a3t
|
||||||
'url': 'http://www.rtl.nl/system/videoplayer/derden/rtlnieuws/video_embed.html#uuid=84ae5571-ac25-4225-ae0c-ef8d9efb2aed/autoplay=false',
|
'url': 'http://www.rtl.nl/system/videoplayer/derden/rtlnieuws/video_embed.html#uuid=84ae5571-ac25-4225-ae0c-ef8d9efb2aed/autoplay=false',
|
||||||
|
Loading…
Reference in New Issue
Block a user