mirror of
https://codeberg.org/polarisfm/youtube-dl.git
synced 2025-03-04 10:39:55 +00:00
[vpro] Override npo IE_NAME
This commit is contained in:
parent
18c3281f9e
commit
464e792496
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@ class NPORadioFragmentIE(InfoExtractor):
|
|||
|
||||
|
||||
class VPROIE(NPOIE):
|
||||
IE_NAME = 'vpro'
|
||||
_VALID_URL = r'https?://(?:www\.)?(?:tegenlicht\.)?vpro\.nl/(?:[^/]+/){2,}(?P<id>[^/]+)\.html'
|
||||
|
||||
_TESTS = [
|
||||
|
|
Loading…
Add table
Reference in a new issue