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