mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-02-22 10:30:09 +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 .rts import RTSIE
|
||||
from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
|
||||
from .rtve import (
|
||||
RTVEALaCartaIE,
|
||||
RTVELiveIE,
|
||||
RTVEInfantilIE,
|
||||
RTVETelevisionIE,
|
||||
)
|
||||
from .rtvnh import RTVNHIE
|
||||
from .rtvs import RTVSIE
|
||||
from .ruhd import RUHDIE
|
||||
|
Loading…
Reference in New Issue
Block a user