mirror of
https://codeberg.org/polarisfm/youtube-dl.git
synced 2025-01-31 11:21:31 +00:00
[extractor/__init__] Fix alphabetic order
This commit is contained in:
parent
d47e980d0d
commit
4384cf9e7d
1 changed files with 1 additions and 1 deletions
|
@ -655,9 +655,9 @@ from .xhamster import XHamsterIE
|
||||||
from .xminus import XMinusIE
|
from .xminus import XMinusIE
|
||||||
from .xnxx import XNXXIE
|
from .xnxx import XNXXIE
|
||||||
from .xstream import XstreamIE
|
from .xstream import XstreamIE
|
||||||
from .xvideos import XVideosIE
|
|
||||||
from .xtube import XTubeUserIE, XTubeIE
|
from .xtube import XTubeUserIE, XTubeIE
|
||||||
from .xuite import XuiteIE
|
from .xuite import XuiteIE
|
||||||
|
from .xvideos import XVideosIE
|
||||||
from .xxxymovies import XXXYMoviesIE
|
from .xxxymovies import XXXYMoviesIE
|
||||||
from .yahoo import (
|
from .yahoo import (
|
||||||
YahooIE,
|
YahooIE,
|
||||||
|
|
Loading…
Reference in a new issue