aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorHobbyistDev <105957301+HobbyistDev@users.noreply.github.com>2022-07-14 15:24:27 +0900
committerGitHub <noreply@github.com>2022-07-14 11:54:27 +0530
commit5f2da312fa66d6f001ca4d8d79ee281b9b62e9ed (patch)
tree682c64dc0679d92dd8a08a4e2d0bbb3d7352bc37 /yt_dlp/extractor/_extractors.py
parenteb2333bce129618e21fcf4d250cc6dc6cc811d16 (diff)
[extractor/rtl.lu] Add extractor (#4222)
Closes #1721 Authored by: HobbyistDev
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,