mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
fix extractors.py import order
This commit is contained in:
parent
0fdbe3146c
commit
81f35fee2f
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@
|
|||
AdobeTVVideoIE,
|
||||
)
|
||||
from .adultswim import AdultSwimIE
|
||||
from .afreecatv import AfreecaTVIE
|
||||
from .aenetworks import AENetworksIE
|
||||
from .afreecatv import AfreecaTVIE
|
||||
from .aftonbladet import AftonbladetIE
|
||||
from .airmozilla import AirMozillaIE
|
||||
from .aljazeera import AlJazeeraIE
|
||||
|
|
Loading…
Reference in a new issue