mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 06:27:21 +00:00
fix code style in _extractors.py
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
This commit is contained in:
parent
905672d378
commit
322acaef8a
|
@ -135,7 +135,10 @@
|
|||
from .anvato import AnvatoIE
|
||||
from .aol import AolIE
|
||||
from .apa import APAIE
|
||||
from .aparat import AparatIE, AparatPlaylistIE
|
||||
from .aparat import (
|
||||
AparatIE,
|
||||
AparatPlaylistIE,
|
||||
)
|
||||
from .appleconnect import AppleConnectIE
|
||||
from .applepodcasts import ApplePodcastsIE
|
||||
from .appletrailers import (
|
||||
|
|
Loading…
Reference in a new issue