aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorkaspi <je326@hotmail.com>2015-10-17 23:27:03 -0400
committerSergey M․ <dstftw@gmail.com>2016-01-07 01:55:55 +0600
commit76048b23e8a4aac93a33a96356fe64a9bcf78421 (patch)
tree468399c2da285cd3c343a1bea04df995322e67bb /youtube_dl/extractor/__init__.py
parentf20756fb10ec560177282f032684327f600acc34 (diff)
downloadyoutube-dl-76048b23e8a4aac93a33a96356fe64a9bcf78421.tar.xz
[npr] Add extractor
removed md5 from _TEST moved from xml data to json test changed _TEST url to one that will not expire, so tests would not be failing
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 19cea5e99..c46e19eae 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -473,6 +473,7 @@ from .npo import (
VPROIE,
WNLIE
)
+from .npr import NprIE
from .nrk import (
NRKIE,
NRKPlaylistIE,