[extractor/rtl.lu] Add extractor (#4222)
Closes #1721 Authored by: HobbyistDev
This commit is contained in:
parent
eb2333bce1
commit
5f2da312fa
2 changed files with 159 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue