[nrktv] Add support for tv.nrk.no (Closes #2980)

This commit is contained in:
Sergey M․ 2014-05-25 07:14:18 +07:00
parent 65bab327b4
commit dfb2e1a325
2 changed files with 83 additions and 2 deletions

View file

@ -194,7 +194,10 @@ from .normalboots import NormalbootsIE
from .novamov import NovaMovIE
from .nowness import NownessIE
from .nowvideo import NowVideoIE
from .nrk import NRKIE
from .nrk import (
NRKIE,
NRKTVIE,
)
from .ntv import NTVIE
from .nytimes import NYTimesIE
from .nuvid import NuvidIE