1
0
mirror of https://code.hackerspace.pl/q3k/youtube-dl synced 2025-03-16 11:43:02 +00:00

fix extractors.py import order

This commit is contained in:
Peter Rowlands 2016-05-08 08:56:44 +09:00
parent 0fdbe3146c
commit 81f35fee2f

View File

@ -16,8 +16,8 @@ from .adobetv import (
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