aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index c8e3dd711..070729ce5 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -1444,7 +1444,13 @@ from .rottentomatoes import RottenTomatoesIE
from .rozhlas import RozhlasIE
from .rtbf import RTBFIE
from .rte import RteIE, RteRadioIE
-from .rtlnl import RtlNlIE
+from .rtlnl import (
+ RtlNlIE,
+ RTLLuTeleVODIE,
+ RTLLuArticleIE,
+ RTLLuLiveIE,
+ RTLLuRadioIE,
+)
from .rtl2 import (
RTL2IE,
RTL2YouIE,