mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 22:03:55 -07:00
[extractors]: Split rtve imports.
This commit is contained in:
parent
a803582717
commit
f9b8b0bccb
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue