1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[nrk:playlist] Add extractor (Closes #5245)

This commit is contained in:
Sergey M․
2015-03-21 18:22:08 +06:00
parent 393d9fc6d2
commit faa1b5c292
2 changed files with 32 additions and 0 deletions

View File

@ -346,6 +346,7 @@ from .npo import (
)
from .nrk import (
NRKIE,
NRKPlaylistIE,
NRKTVIE,
)
from .ntvde import NTVDeIE