diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-08 23:04:27 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-08 23:04:27 +0600 |
commit | 4384cf9e7d59492141ebd45f77830238097c695c (patch) | |
tree | 6bef18da32783a65ab8678417a6e91ca25491ddd /youtube_dl/extractor/__init__.py | |
parent | d47e980d0de4aeeca757433365836b61c2ee9f9f (diff) |
[extractor/__init__] Fix alphabetic order
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
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, |