mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-02-13 20:48:33 +01:00
[ie/subsplash] fixed formatting in _extractors.py imports
This commit is contained in:
parent
58c920f79a
commit
dd1e36694b
1 changed files with 4 additions and 1 deletions
|
@ -1977,7 +1977,10 @@ from .streetvoice import StreetVoiceIE
|
||||||
from .stretchinternet import StretchInternetIE
|
from .stretchinternet import StretchInternetIE
|
||||||
from .stripchat import StripchatIE
|
from .stripchat import StripchatIE
|
||||||
from .stv import STVPlayerIE
|
from .stv import STVPlayerIE
|
||||||
from .subsplash import SubsplashPlaylistIE, SubsplashVideoIE
|
from .subsplash import (
|
||||||
|
SubsplashPlaylistIE,
|
||||||
|
SubsplashVideoIE,
|
||||||
|
)
|
||||||
from .substack import SubstackIE
|
from .substack import SubstackIE
|
||||||
from .sunporno import SunPornoIE
|
from .sunporno import SunPornoIE
|
||||||
from .sverigesradio import (
|
from .sverigesradio import (
|
||||||
|
|
Loading…
Add table
Reference in a new issue