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