Skip to content

Commit

Permalink
[ie/subsplash] fixed formatting in _extractors.py imports
Browse files Browse the repository at this point in the history
  • Loading branch information
subrat-lima committed Sep 21, 2024
1 parent 58c920f commit dd1e366
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion yt_dlp/extractor/_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,10 @@
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 (
Expand Down

0 comments on commit dd1e366

Please sign in to comment.