mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 11:27:27 +00:00
[tv4] relax _VALID_URL(closes #27964)
This commit is contained in:
parent
286e5d6724
commit
0f7d413d5b
@ -17,7 +17,7 @@ class TV4IE(InfoExtractor):
|
|||||||
tv4\.se/(?:[^/]+)/klipp/(?:.*)-|
|
tv4\.se/(?:[^/]+)/klipp/(?:.*)-|
|
||||||
tv4play\.se/
|
tv4play\.se/
|
||||||
(?:
|
(?:
|
||||||
(?:program|barn)/(?:[^/]+/|(?:[^\?]+)\?video_id=)|
|
(?:program|barn)/(?:(?:[^/]+/){1,2}|(?:[^\?]+)\?video_id=)|
|
||||||
iframe/video/|
|
iframe/video/|
|
||||||
film/|
|
film/|
|
||||||
sport/|
|
sport/|
|
||||||
@ -65,6 +65,10 @@ class TV4IE(InfoExtractor):
|
|||||||
{
|
{
|
||||||
'url': 'http://www.tv4play.se/program/farang/3922081',
|
'url': 'http://www.tv4play.se/program/farang/3922081',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'url': 'https://www.tv4play.se/program/nyheterna/avsnitt/13315940',
|
||||||
|
'only_matching': True,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user