diff options
| -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, | 
