[extractor/rtl.lu] Add extractor (#4222)

Closes #1721
Authored by: HobbyistDev
This commit is contained in:
HobbyistDev
2022-07-14 15:24:27 +09:00
committed by GitHub
parent eb2333bce1
commit 5f2da312fa
2 changed files with 159 additions and 1 deletions

View File

@@ -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,