mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-02-22 18:40:10 +09:00
[extractors]: Split rtve imports.
This commit is contained in:
parent
a803582717
commit
f9b8b0bccb
@ -1025,7 +1025,12 @@ from .rtl2 import (
|
|||||||
)
|
)
|
||||||
from .rtp import RTPIE
|
from .rtp import RTPIE
|
||||||
from .rts import RTSIE
|
from .rts import RTSIE
|
||||||
from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
|
from .rtve import (
|
||||||
|
RTVEALaCartaIE,
|
||||||
|
RTVELiveIE,
|
||||||
|
RTVEInfantilIE,
|
||||||
|
RTVETelevisionIE,
|
||||||
|
)
|
||||||
from .rtvnh import RTVNHIE
|
from .rtvnh import RTVNHIE
|
||||||
from .rtvs import RTVSIE
|
from .rtvs import RTVSIE
|
||||||
from .ruhd import RUHDIE
|
from .ruhd import RUHDIE
|
||||||
|
Loading…
Reference in New Issue
Block a user