[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).
This commit is contained in:
Odd Stråbø 2017-01-14 02:36:04 +01:00 committed by Sergey M․
parent d7e215b42d
commit 8fd65faece
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 50 additions and 0 deletions

View file

@ -668,6 +668,7 @@ from .nrk import (
NRKTVIE,
NRKTVDirekteIE,
NRKTVEpisodesIE,
NRKTVSeriesIE,
)
from .ntvde import NTVDeIE
from .ntvru import NTVRuIE