aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorOdd Stråbø <oddstr13@openshell.no>2017-01-14 02:36:04 +0100
committerSergey M․ <dstftw@gmail.com>2017-01-31 23:10:40 +0700
commit8fd65faece98139def3a6538e98053bebd400263 (patch)
tree7c4f4837aad5b276d0a7d09c368125def5a2054e /youtube_dl/extractor/extractors.py
parentd7e215b42dcaf71298a7e1dc953cf93523b3da81 (diff)
downloadyoutube-dl-8fd65faece98139def3a6538e98053bebd400263.tar.xz
[NRKTV] Added NRKTVSeriesIE
[NRKTV] Added season and episode number to metadata. [NRKTV] Added category to metadata. [NRKTV] Added tests to NRKTVSeries. [NRKTV] Fixed whitespace issues (flake8).
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 2590b5e1b..06e6d4620 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -668,6 +668,7 @@ from .nrk import (
NRKTVIE,
NRKTVDirekteIE,
NRKTVEpisodesIE,
+ NRKTVSeriesIE,
)
from .ntvde import NTVDeIE
from .ntvru import NTVRuIE