mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-18 00:05:46 +00: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:|
|
||||
https?://
|
||||
(?:(?:www|static3)\.)?mediaset(?:play|infinity)\.mediaset\.it/
|
||||
(?:(?:www|(?P<s3>static3))\.)?mediaset(?(s3)play|(?:play|infinity))\.mediaset\.it/
|
||||
(?:
|
||||
(?:video|on-demand|movie)/(?:[^/]+/)+[^/]+_|
|
||||
player(?:/v\d+)?/index\.html\?.*?\bprogramGuid=
|
||||
|
|
Loading…
Reference in a new issue