diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-08-08 21:51:21 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-08-08 21:51:21 +0600 | 
| commit | 464e792496665b2e3dcabf5df43a45604673730a (patch) | |
| tree | d5ee0b0ac14dab84680a62a06fa6aa3ab0fbdd31 | |
| parent | 18c3281f9e1e32e00c778b149137fc91accb3b1e (diff) | |
[vpro] Override npo IE_NAME
| -rw-r--r-- | youtube_dl/extractor/npo.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/npo.py b/youtube_dl/extractor/npo.py index 0c2d02c10..eb12fb810 100644 --- a/youtube_dl/extractor/npo.py +++ b/youtube_dl/extractor/npo.py @@ -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 = [ | 
