Browse Source

[vgtv] Relax _VALID_URL (closes #14223)

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
cbf85239bb
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      youtube_dl/extractor/vgtv.py

+ 6
- 2
youtube_dl/extractor/vgtv.py View File

@ -42,7 +42,7 @@ class VGTVIE(XstreamIE):
)
/?
(?:
\#!/(?:video|live)/|
(?:\#!/)?(?:video|live)/|
embed?.*id=|
articles/
)|
@ -146,7 +146,11 @@ class VGTVIE(XstreamIE):
{
'url': 'abtv:140026',
'only_matching': True,
}
},
{
'url': 'http://www.vgtv.no/video/84196/hevnen-er-soet-episode-10-abu',
'only_matching': True,
},
]
def _real_extract(self, url):


Loading…
Cancel
Save