diff options
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
| -rw-r--r-- | youtube_dl/extractor/__init__.py | 19 | 
1 files changed, 0 insertions, 19 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 143cd5c49..613e8e05b 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -164,10 +164,6 @@ from .globo import GloboIE  from .godtube import GodTubeIE  from .goldenmoustache import GoldenMoustacheIE  from .golem import GolemIE -from .gogoanime import ( -    GoGoAnimeIE, -    GoGoAnimeSearchIE -)  from .googleplus import GooglePlusIE  from .googlesearch import GoogleSearchIE  from .gorillavid import GorillaVidIE @@ -317,16 +313,6 @@ from .phoenix import PhoenixIE  from .photobucket import PhotobucketIE  from .planetaplay import PlanetaPlayIE  from .played import PlayedIE -from .play44 import ( -    Play44IE, -    ByZooIE, -    Video44IE, -    VideoWingIE, -    PlayPandaIE, -    VideoZooIE, -    PlayBBIE, -    EasyVideoIE -)  from .playfm import PlayFMIE  from .playvid import PlayvidIE  from .podomatic import PodomaticIE @@ -388,10 +374,6 @@ from .smotri import (  from .snotr import SnotrIE  from .sockshare import SockshareIE  from .sohu import SohuIE -from .soulanime import ( -    SoulAnimeWatchingIE, -    SoulAnimeSeriesIE -)  from .soundcloud import (      SoundcloudIE,      SoundcloudSetIE, @@ -486,7 +468,6 @@ from .viddler import ViddlerIE  from .videobam import VideoBamIE  from .videodetective import VideoDetectiveIE  from .videolecturesnet import VideoLecturesNetIE -from .videofun import VideoFunIE  from .videofyme import VideofyMeIE  from .videomega import VideoMegaIE  from .videopremium import VideoPremiumIE  | 
