diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-04 02:05:26 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-04 02:05:26 +0100 |
commit | b68ff259170711574a1fd779e86bdfea9aaafcf5 (patch) | |
tree | a30f3511341e3e2d62f392fa7793597b97d6c4e5 /youtube_dl/extractor/__init__.py | |
parent | 19b05d886ef0bd23f4a4c6ee90f171c48cb55ace (diff) |
Add various anime sites (Closes #4554)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 9ccd1b32e..c3dc09f75 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -164,6 +164,10 @@ 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 @@ -313,6 +317,16 @@ 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 @@ -373,6 +387,10 @@ 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, @@ -467,6 +485,7 @@ 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 |