[deezer] Add simple support
[youtube-dl] / youtube_dl / extractor / __init__.py
1 from .abc import ABCIE
2 from .academicearth import AcademicEarthCourseIE
3 from .addanime import AddAnimeIE
4 from .adultswim import AdultSwimIE
5 from .aftonbladet import AftonbladetIE
6 from .anitube import AnitubeIE
7 from .anysex import AnySexIE
8 from .aol import AolIE
9 from .allocine import AllocineIE
10 from .aparat import AparatIE
11 from .appletrailers import AppleTrailersIE
12 from .archiveorg import ArchiveOrgIE
13 from .ard import ARDIE, ARDMediathekIE
14 from .arte import (
15     ArteTvIE,
16     ArteTVPlus7IE,
17     ArteTVCreativeIE,
18     ArteTVConcertIE,
19     ArteTVFutureIE,
20     ArteTVDDCIE,
21     ArteTVEmbedIE,
22 )
23 from .auengine import AUEngineIE
24 from .bambuser import BambuserIE, BambuserChannelIE
25 from .bandcamp import BandcampIE, BandcampAlbumIE
26 from .bbccouk import BBCCoUkIE
27 from .beeg import BeegIE
28 from .bilibili import BiliBiliIE
29 from .blinkx import BlinkxIE
30 from .bliptv import BlipTVIE, BlipTVUserIE
31 from .bloomberg import BloombergIE
32 from .br import BRIE
33 from .breakcom import BreakIE
34 from .brightcove import BrightcoveIE
35 from .byutv import BYUtvIE
36 from .c56 import C56IE
37 from .canal13cl import Canal13clIE
38 from .canalplus import CanalplusIE
39 from .canalc2 import Canalc2IE
40 from .cbs import CBSIE
41 from .cbsnews import CBSNewsIE
42 from .ceskatelevize import CeskaTelevizeIE
43 from .channel9 import Channel9IE
44 from .chilloutzone import ChilloutzoneIE
45 from .cinemassacre import CinemassacreIE
46 from .clipfish import ClipfishIE
47 from .cliphunter import CliphunterIE
48 from .clipsyndicate import ClipsyndicateIE
49 from .clubic import ClubicIE
50 from .cmt import CMTIE
51 from .cnet import CNETIE
52 from .cnn import (
53     CNNIE,
54     CNNBlogsIE,
55 )
56 from .collegehumor import CollegeHumorIE
57 from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
58 from .condenast import CondeNastIE
59 from .cracked import CrackedIE
60 from .criterion import CriterionIE
61 from .crunchyroll import CrunchyrollIE
62 from .cspan import CSpanIE
63 from .d8 import D8IE
64 from .dailymotion import (
65     DailymotionIE,
66     DailymotionPlaylistIE,
67     DailymotionUserIE,
68 )
69 from .daum import DaumIE
70 from .dbtv import DBTVIE
71 from .deezer import DeezerPlaylistIE
72 from .dfb import DFBIE
73 from .dotsub import DotsubIE
74 from .dreisat import DreiSatIE
75 from .drtuber import DrTuberIE
76 from .drtv import DRTVIE
77 from .dump import DumpIE
78 from .defense import DefenseGouvFrIE
79 from .discovery import DiscoveryIE
80 from .divxstage import DivxStageIE
81 from .dropbox import DropboxIE
82 from .ebaumsworld import EbaumsWorldIE
83 from .ehow import EHowIE
84 from .eighttracks import EightTracksIE
85 from .eitb import EitbIE
86 from .ellentv import (
87     EllenTVIE,
88     EllenTVClipsIE,
89 )
90 from .elpais import ElPaisIE
91 from .empflix import EMPFlixIE
92 from .engadget import EngadgetIE
93 from .eporner import EpornerIE
94 from .escapist import EscapistIE
95 from .everyonesmixtape import EveryonesMixtapeIE
96 from .exfm import ExfmIE
97 from .expotv import ExpoTVIE
98 from .extremetube import ExtremeTubeIE
99 from .facebook import FacebookIE
100 from .faz import FazIE
101 from .fc2 import FC2IE
102 from .firedrive import FiredriveIE
103 from .firstpost import FirstpostIE
104 from .firsttv import FirstTVIE
105 from .fivemin import FiveMinIE
106 from .fktv import (
107     FKTVIE,
108     FKTVPosteckeIE,
109 )
110 from .flickr import FlickrIE
111 from .fourtube import FourTubeIE
112 from .franceculture import FranceCultureIE
113 from .franceinter import FranceInterIE
114 from .francetv import (
115     PluzzIE,
116     FranceTvInfoIE,
117     FranceTVIE,
118     GenerationQuoiIE,
119     CultureboxIE,
120 )
121 from .freesound import FreesoundIE
122 from .freespeech import FreespeechIE
123 from .funnyordie import FunnyOrDieIE
124 from .gamekings import GamekingsIE
125 from .gameone import (
126     GameOneIE,
127     GameOnePlaylistIE,
128 )
129 from .gamespot import GameSpotIE
130 from .gamestar import GameStarIE
131 from .gametrailers import GametrailersIE
132 from .gdcvault import GDCVaultIE
133 from .generic import GenericIE
134 from .godtube import GodTubeIE
135 from .googleplus import GooglePlusIE
136 from .googlesearch import GoogleSearchIE
137 from .gorillavid import GorillaVidIE
138 from .goshgay import GoshgayIE
139 from .grooveshark import GroovesharkIE
140 from .hark import HarkIE
141 from .helsinki import HelsinkiIE
142 from .hentaistigma import HentaiStigmaIE
143 from .hornbunny import HornBunnyIE
144 from .hostingbulk import HostingBulkIE
145 from .hotnewhiphop import HotNewHipHopIE
146 from .howcast import HowcastIE
147 from .howstuffworks import HowStuffWorksIE
148 from .huffpost import HuffPostIE
149 from .hypem import HypemIE
150 from .iconosquare import IconosquareIE
151 from .ign import IGNIE, OneUPIE
152 from .imdb import (
153     ImdbIE,
154     ImdbListIE
155 )
156 from .ina import InaIE
157 from .infoq import InfoQIE
158 from .instagram import InstagramIE, InstagramUserIE
159 from .internetvideoarchive import InternetVideoArchiveIE
160 from .iprima import IPrimaIE
161 from .ivi import (
162     IviIE,
163     IviCompilationIE
164 )
165 from .izlesene import IzleseneIE
166 from .jadorecettepub import JadoreCettePubIE
167 from .jeuxvideo import JeuxVideoIE
168 from .jove import JoveIE
169 from .jukebox import JukeboxIE
170 from .justintv import JustinTVIE
171 from .jpopsukitv import JpopsukiIE
172 from .kankan import KankanIE
173 from .keezmovies import KeezMoviesIE
174 from .khanacademy import KhanAcademyIE
175 from .kickstarter import KickStarterIE
176 from .keek import KeekIE
177 from .kontrtube import KontrTubeIE
178 from .krasview import KrasViewIE
179 from .ku6 import Ku6IE
180 from .la7 import LA7IE
181 from .lifenews import LifeNewsIE
182 from .liveleak import LiveLeakIE
183 from .livestream import (
184     LivestreamIE,
185     LivestreamOriginalIE,
186     LivestreamShortenerIE,
187 )
188 from .lynda import (
189     LyndaIE,
190     LyndaCourseIE
191 )
192 from .m6 import M6IE
193 from .macgamestore import MacGameStoreIE
194 from .mailru import MailRuIE
195 from .malemotion import MalemotionIE
196 from .mdr import MDRIE
197 from .metacafe import MetacafeIE
198 from .metacritic import MetacriticIE
199 from .ministrygrid import MinistryGridIE
200 from .mit import TechTVMITIE, MITIE, OCWMITIE
201 from .mitele import MiTeleIE
202 from .mixcloud import MixcloudIE
203 from .mlb import MLBIE
204 from .mpora import MporaIE
205 from .moevideo import MoeVideoIE
206 from .mofosex import MofosexIE
207 from .mojvideo import MojvideoIE
208 from .mooshare import MooshareIE
209 from .morningstar import MorningstarIE
210 from .motherless import MotherlessIE
211 from .motorsport import MotorsportIE
212 from .movieclips import MovieClipsIE
213 from .moviezine import MoviezineIE
214 from .movshare import MovShareIE
215 from .mtv import (
216     MTVIE,
217     MTVServicesEmbeddedIE,
218     MTVIggyIE,
219 )
220 from .musicplayon import MusicPlayOnIE
221 from .musicvault import MusicVaultIE
222 from .muzu import MuzuTVIE
223 from .myspace import MySpaceIE
224 from .myspass import MySpassIE
225 from .myvideo import MyVideoIE
226 from .naver import NaverIE
227 from .nba import NBAIE
228 from .nbc import (
229     NBCIE,
230     NBCNewsIE,
231 )
232 from .ndr import NDRIE
233 from .ndtv import NDTVIE
234 from .newgrounds import NewgroundsIE
235 from .newstube import NewstubeIE
236 from .nfb import NFBIE
237 from .nhl import NHLIE, NHLVideocenterIE
238 from .niconico import NiconicoIE
239 from .ninegag import NineGagIE
240 from .noco import NocoIE
241 from .normalboots import NormalbootsIE
242 from .nosvideo import NosVideoIE
243 from .novamov import NovaMovIE
244 from .nowness import NownessIE
245 from .nowvideo import NowVideoIE
246 from .npo import NPOIE
247 from .nrk import (
248     NRKIE,
249     NRKTVIE,
250 )
251 from .ntv import NTVIE
252 from .nytimes import NYTimesIE
253 from .nuvid import NuvidIE
254 from .ooyala import OoyalaIE
255 from .orf import (
256     ORFTVthekIE,
257     ORFOE1IE,
258     ORFFM4IE,
259 )
260 from .parliamentliveuk import ParliamentLiveUKIE
261 from .patreon import PatreonIE
262 from .pbs import PBSIE
263 from .photobucket import PhotobucketIE
264 from .playfm import PlayFMIE
265 from .playvid import PlayvidIE
266 from .podomatic import PodomaticIE
267 from .pornhd import PornHdIE
268 from .pornhub import PornHubIE
269 from .pornotube import PornotubeIE
270 from .promptfile import PromptFileIE
271 from .prosiebensat1 import ProSiebenSat1IE
272 from .pyvideo import PyvideoIE
273 from .radiofrance import RadioFranceIE
274 from .rai import RaiIE
275 from .rbmaradio import RBMARadioIE
276 from .redtube import RedTubeIE
277 from .reverbnation import ReverbNationIE
278 from .ringtv import RingTVIE
279 from .ro220 import Ro220IE
280 from .rottentomatoes import RottenTomatoesIE
281 from .roxwel import RoxwelIE
282 from .rtbf import RTBFIE
283 from .rtlnl import RtlXlIE
284 from .rtlnow import RTLnowIE
285 from .rts import RTSIE
286 from .rtve import RTVEALaCartaIE, RTVELiveIE
287 from .ruhd import RUHDIE
288 from .rutube import (
289     RutubeIE,
290     RutubeChannelIE,
291     RutubeMovieIE,
292     RutubePersonIE,
293 )
294 from .rutv import RUTVIE
295 from .sapo import SapoIE
296 from .savefrom import SaveFromIE
297 from .sbs import SBSIE
298 from .scivee import SciVeeIE
299 from .screencast import ScreencastIE
300 from .servingsys import ServingSysIE
301 from .shared import SharedIE
302 from .sharesix import ShareSixIE
303 from .sina import SinaIE
304 from .slideshare import SlideshareIE
305 from .slutload import SlutloadIE
306 from .smotri import (
307     SmotriIE,
308     SmotriCommunityIE,
309     SmotriUserIE,
310     SmotriBroadcastIE,
311 )
312 from .snotr import SnotrIE
313 from .sockshare import SockshareIE
314 from .sohu import SohuIE
315 from .soundcloud import (
316     SoundcloudIE,
317     SoundcloudSetIE,
318     SoundcloudUserIE,
319     SoundcloudPlaylistIE
320 )
321 from .soundgasm import SoundgasmIE
322 from .southpark import (
323     SouthParkIE,
324     SouthparkDeIE,
325 )
326 from .space import SpaceIE
327 from .spankwire import SpankwireIE
328 from .spiegel import SpiegelIE
329 from .spiegeltv import SpiegeltvIE
330 from .spike import SpikeIE
331 from .sportdeutschland import SportDeutschlandIE
332 from .stanfordoc import StanfordOpenClassroomIE
333 from .steam import SteamIE
334 from .streamcloud import StreamcloudIE
335 from .streamcz import StreamCZIE
336 from .sunporno import SunPornoIE
337 from .swrmediathek import SWRMediathekIE
338 from .syfy import SyfyIE
339 from .sztvhu import SztvHuIE
340 from .tagesschau import TagesschauIE
341 from .teachertube import (
342     TeacherTubeIE,
343     TeacherTubeUserIE,
344 )
345 from .teachingchannel import TeachingChannelIE
346 from .teamcoco import TeamcocoIE
347 from .techtalks import TechTalksIE
348 from .ted import TEDIE
349 from .tenplay import TenPlayIE
350 from .testurl import TestURLIE
351 from .tf1 import TF1IE
352 from .theplatform import ThePlatformIE
353 from .thisav import ThisAVIE
354 from .tinypic import TinyPicIE
355 from .tlc import TlcIE, TlcDeIE
356 from .tnaflix import TNAFlixIE
357 from .toutv import TouTvIE
358 from .toypics import ToypicsUserIE, ToypicsIE
359 from .traileraddict import TrailerAddictIE
360 from .trilulilu import TriluliluIE
361 from .trutube import TruTubeIE
362 from .tube8 import Tube8IE
363 from .tudou import TudouIE
364 from .tumblr import TumblrIE
365 from .tutv import TutvIE
366 from .tvigle import TvigleIE
367 from .tvp import TvpIE
368 from .tvplay import TVPlayIE
369 from .ubu import UbuIE
370 from .udemy import (
371     UdemyIE,
372     UdemyCourseIE
373 )
374 from .unistra import UnistraIE
375 from .urort import UrortIE
376 from .ustream import UstreamIE, UstreamChannelIE
377 from .vbox7 import Vbox7IE
378 from .veehd import VeeHDIE
379 from .veoh import VeohIE
380 from .vesti import VestiIE
381 from .vevo import VevoIE
382 from .vgtv import VGTVIE
383 from .vh1 import VH1IE
384 from .viddler import ViddlerIE
385 from .videobam import VideoBamIE
386 from .videodetective import VideoDetectiveIE
387 from .videolecturesnet import VideoLecturesNetIE
388 from .videofyme import VideofyMeIE
389 from .videopremium import VideoPremiumIE
390 from .videott import VideoTtIE
391 from .videoweed import VideoWeedIE
392 from .vidme import VidmeIE
393 from .vimeo import (
394     VimeoIE,
395     VimeoChannelIE,
396     VimeoUserIE,
397     VimeoAlbumIE,
398     VimeoGroupsIE,
399     VimeoReviewIE,
400     VimeoWatchLaterIE,
401 )
402 from .vimple import VimpleIE
403 from .vine import (
404     VineIE,
405     VineUserIE,
406 )
407 from .viki import VikiIE
408 from .vk import VKIE
409 from .vodlocker import VodlockerIE
410 from .vporn import VpornIE
411 from .vube import VubeIE
412 from .vuclip import VuClipIE
413 from .vulture import VultureIE
414 from .washingtonpost import WashingtonPostIE
415 from .wat import WatIE
416 from .wayofthemaster import WayOfTheMasterIE
417 from .wdr import (
418     WDRIE,
419     WDRMobileIE,
420     WDRMausIE,
421 )
422 from .weibo import WeiboIE
423 from .wimp import WimpIE
424 from .wistia import WistiaIE
425 from .worldstarhiphop import WorldStarHipHopIE
426 from .wrzuta import WrzutaIE
427 from .xbef import XBefIE
428 from .xboxclips import XboxClipsIE
429 from .xhamster import XHamsterIE
430 from .xnxx import XNXXIE
431 from .xvideos import XVideosIE
432 from .xtube import XTubeUserIE, XTubeIE
433 from .yahoo import (
434     YahooIE,
435     YahooNewsIE,
436     YahooSearchIE,
437 )
438 from .youjizz import YouJizzIE
439 from .youku import YoukuIE
440 from .youporn import YouPornIE
441 from .youtube import (
442     YoutubeIE,
443     YoutubeChannelIE,
444     YoutubeFavouritesIE,
445     YoutubeHistoryIE,
446     YoutubePlaylistIE,
447     YoutubeRecommendedIE,
448     YoutubeSearchDateIE,
449     YoutubeSearchIE,
450     YoutubeSearchURLIE,
451     YoutubeShowIE,
452     YoutubeSubscriptionsIE,
453     YoutubeTopListIE,
454     YoutubeTruncatedURLIE,
455     YoutubeUserIE,
456     YoutubeWatchLaterIE,
457 )
458
459 from .zdf import ZDFIE
460
461
462 _ALL_CLASSES = [
463     klass
464     for name, klass in globals().items()
465     if name.endswith('IE') and name != 'GenericIE'
466 ]
467 _ALL_CLASSES.append(GenericIE)
468
469
470 def gen_extractors():
471     """ Return a list of an instance of every supported extractor.
472     The order does matter; the first extractor matched is the one handling the URL.
473     """
474     return [klass() for klass in _ALL_CLASSES]
475
476
477 def get_info_extractor(ie_name):
478     """Returns the info extractor class with the given ie_name"""
479     return globals()[ie_name+'IE']