mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-06 04:51:48 -07:00
[Mediaset] Correct invalid regex
Correct regex to not capture URL that doesn't exist Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
11d68ad77b
commit
2bc9c273a7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class MediasetIE(ThePlatformBaseIE):
|
||||||
(?:
|
(?:
|
||||||
mediaset:|
|
mediaset:|
|
||||||
https?://
|
https?://
|
||||||
(?:(?:www|static3)\.)?mediaset(?:play|infinity)\.mediaset\.it/
|
(?:(?:www|(?P<s3>static3))\.)?mediaset(?(s3)play|(?:play|infinity))\.mediaset\.it/
|
||||||
(?:
|
(?:
|
||||||
(?:video|on-demand|movie)/(?:[^/]+/)+[^/]+_|
|
(?:video|on-demand|movie)/(?:[^/]+/)+[^/]+_|
|
||||||
player(?:/v\d+)?/index\.html\?.*?\bprogramGuid=
|
player(?:/v\d+)?/index\.html\?.*?\bprogramGuid=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue