aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2019-04-22 10:04:00 +0100
committerRemita Amine <remitamine@gmail.com>2019-04-22 10:04:00 +0100
commitfdc2183650a1aed22266bb59d83a1198525d4111 (patch)
tree63aad26f4af8944835fd7387637e5a92d9e69f8b /youtube_dl/extractor/extractors.py
parent85b6335d55c7b0ed7f6815f7b8b9a365b0a28c37 (diff)
downloadyoutube-dl-fdc2183650a1aed22266bb59d83a1198525d4111.tar.xz
[nrl] Add new extractor(closes #15991)
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 bac90f277..0e3ccb82d 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -808,6 +808,7 @@ from .nrk import (
NRKTVSeasonIE,
NRKTVSeriesIE,
)
+from .nrl import NRLTVIE
from .ntvcojp import NTVCoJpCUIE
from .ntvde import NTVDeIE
from .ntvru import NTVRuIE