mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-02-08 08:46:31 +01: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
1 changed files with 4 additions and 1 deletions
|
@ -135,7 +135,10 @@ from .antenna import (
|
||||||
from .anvato import AnvatoIE
|
from .anvato import AnvatoIE
|
||||||
from .aol import AolIE
|
from .aol import AolIE
|
||||||
from .apa import APAIE
|
from .apa import APAIE
|
||||||
from .aparat import AparatIE, AparatPlaylistIE
|
from .aparat import (
|
||||||
|
AparatIE,
|
||||||
|
AparatPlaylistIE,
|
||||||
|
)
|
||||||
from .appleconnect import AppleConnectIE
|
from .appleconnect import AppleConnectIE
|
||||||
from .applepodcasts import ApplePodcastsIE
|
from .applepodcasts import ApplePodcastsIE
|
||||||
from .appletrailers import (
|
from .appletrailers import (
|
||||||
|
|
Loading…
Add table
Reference in a new issue