mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[vgtv] Relax _VALID_URL (closes #14223)
This commit is contained in:
parent
159d304a9f
commit
cbf85239bb
1 changed files with 6 additions and 2 deletions
|
@ -42,7 +42,7 @@ class VGTVIE(XstreamIE):
|
||||||
)
|
)
|
||||||
/?
|
/?
|
||||||
(?:
|
(?:
|
||||||
\#!/(?:video|live)/|
|
(?:\#!/)?(?:video|live)/|
|
||||||
embed?.*id=|
|
embed?.*id=|
|
||||||
articles/
|
articles/
|
||||||
)|
|
)|
|
||||||
|
@ -146,7 +146,11 @@ class VGTVIE(XstreamIE):
|
||||||
{
|
{
|
||||||
'url': 'abtv:140026',
|
'url': 'abtv:140026',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
'url': 'http://www.vgtv.no/video/84196/hevnen-er-soet-episode-10-abu',
|
||||||
|
'only_matching': True,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
Loading…
Reference in a new issue