Browse Source

[vpro] Override npo IE_NAME

totalwebcasting
Sergey M․ 9 years ago
parent
commit
464e792496
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/npo.py

+ 1
- 0
youtube_dl/extractor/npo.py View File

@ -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…
Cancel
Save