aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-05-08 23:04:27 +0600
committerSergey M․ <dstftw@gmail.com>2015-05-08 23:04:27 +0600
commit4384cf9e7d59492141ebd45f77830238097c695c (patch)
tree6bef18da32783a65ab8678417a6e91ca25491ddd /youtube_dl
parentd47e980d0de4aeeca757433365836b61c2ee9f9f (diff)
downloadyoutube-dl-4384cf9e7d59492141ebd45f77830238097c695c.tar.xz
[extractor/__init__] Fix alphabetic order
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 96cf28efe..7f0070784 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -655,9 +655,9 @@ from .xhamster import XHamsterIE
from .xminus import XMinusIE
from .xnxx import XNXXIE
from .xstream import XstreamIE
-from .xvideos import XVideosIE
from .xtube import XTubeUserIE, XTubeIE
from .xuite import XuiteIE
+from .xvideos import XVideosIE
from .xxxymovies import XXXYMoviesIE
from .yahoo import (
YahooIE,