mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-02-06 08:46:00 +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 .stripchat import StripchatIE
|
||||
from .stv import STVPlayerIE
|
||||
from .subsplash import SubsplashPlaylistIE, SubsplashVideoIE
|
||||
from .subsplash import (
|
||||
SubsplashPlaylistIE,
|
||||
SubsplashVideoIE,
|
||||
)
|
||||
from .substack import SubstackIE
|
||||
from .sunporno import SunPornoIE
|
||||
from .sverigesradio import (
|
||||
|
|
Loading…
Add table
Reference in a new issue