[ndr] add support for embeds
[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 (
8     AdobeTVIE,
9     AdobeTVVideoIE,
10 )
11 from .adultswim import AdultSwimIE
12 from .aftenposten import AftenpostenIE
13 from .aftonbladet import AftonbladetIE
14 from .airmozilla import AirMozillaIE
15 from .aljazeera import AlJazeeraIE
16 from .alphaporno import AlphaPornoIE
17 from .anitube import AnitubeIE
18 from .anysex import AnySexIE
19 from .aol import AolIE
20 from .allocine import AllocineIE
21 from .aparat import AparatIE
22 from .appleconnect import AppleConnectIE
23 from .appletrailers import AppleTrailersIE
24 from .archiveorg import ArchiveOrgIE
25 from .ard import (
26     ARDIE,
27     ARDMediathekIE,
28     SportschauIE,
29 )
30 from .arte import (
31     ArteTvIE,
32     ArteTVPlus7IE,
33     ArteTVCreativeIE,
34     ArteTVConcertIE,
35     ArteTVFutureIE,
36     ArteTVDDCIE,
37     ArteTVEmbedIE,
38 )
39 from .atresplayer import AtresPlayerIE
40 from .atttechchannel import ATTTechChannelIE
41 from .audiomack import AudiomackIE, AudiomackAlbumIE
42 from .azubu import AzubuIE
43 from .baidu import BaiduVideoIE
44 from .bambuser import BambuserIE, BambuserChannelIE
45 from .bandcamp import BandcampIE, BandcampAlbumIE
46 from .bbc import (
47     BBCCoUkIE,
48     BBCIE,
49 )
50 from .beeg import BeegIE
51 from .behindkink import BehindKinkIE
52 from .beatportpro import BeatportProIE
53 from .bet import BetIE
54 from .bild import BildIE
55 from .bilibili import BiliBiliIE
56 from .blinkx import BlinkxIE
57 from .bliptv import BlipTVIE, BlipTVUserIE
58 from .bloomberg import BloombergIE
59 from .bpb import BpbIE
60 from .br import BRIE
61 from .breakcom import BreakIE
62 from .brightcove import BrightcoveIE
63 from .buzzfeed import BuzzFeedIE
64 from .byutv import BYUtvIE
65 from .c56 import C56IE
66 from .camdemy import (
67     CamdemyIE,
68     CamdemyFolderIE
69 )
70 from .canal13cl import Canal13clIE
71 from .canalplus import CanalplusIE
72 from .canalc2 import Canalc2IE
73 from .cbs import CBSIE
74 from .cbsnews import CBSNewsIE
75 from .cbssports import CBSSportsIE
76 from .ccc import CCCIE
77 from .ceskatelevize import CeskaTelevizeIE
78 from .channel9 import Channel9IE
79 from .chilloutzone import ChilloutzoneIE
80 from .chirbit import (
81     ChirbitIE,
82     ChirbitProfileIE,
83 )
84 from .cinchcast import CinchcastIE
85 from .cinemassacre import CinemassacreIE
86 from .clipfish import ClipfishIE
87 from .cliphunter import CliphunterIE
88 from .clipsyndicate import ClipsyndicateIE
89 from .cloudy import CloudyIE
90 from .clubic import ClubicIE
91 from .cmt import CMTIE
92 from .cnet import CNETIE
93 from .cnn import (
94     CNNIE,
95     CNNBlogsIE,
96     CNNArticleIE,
97 )
98 from .collegehumor import CollegeHumorIE
99 from .collegerama import CollegeRamaIE
100 from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
101 from .comcarcoff import ComCarCoffIE
102 from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
103 from .condenast import CondeNastIE
104 from .cracked import CrackedIE
105 from .criterion import CriterionIE
106 from .crooksandliars import CrooksAndLiarsIE
107 from .crunchyroll import (
108     CrunchyrollIE,
109     CrunchyrollShowPlaylistIE
110 )
111 from .cspan import CSpanIE
112 from .ctsnews import CtsNewsIE
113 from .dailymotion import (
114     DailymotionIE,
115     DailymotionPlaylistIE,
116     DailymotionUserIE,
117     DailymotionCloudIE,
118 )
119 from .daum import DaumIE
120 from .dbtv import DBTVIE
121 from .dcn import DCNIE
122 from .dctp import DctpTvIE
123 from .deezer import DeezerPlaylistIE
124 from .dfb import DFBIE
125 from .dhm import DHMIE
126 from .dotsub import DotsubIE
127 from .douyutv import DouyuTVIE
128 from .dramafever import (
129     DramaFeverIE,
130     DramaFeverSeriesIE,
131 )
132 from .dreisat import DreiSatIE
133 from .drbonanza import DRBonanzaIE
134 from .drtuber import DrTuberIE
135 from .drtv import DRTVIE
136 from .dvtv import DVTVIE
137 from .dump import DumpIE
138 from .dumpert import DumpertIE
139 from .defense import DefenseGouvFrIE
140 from .discovery import DiscoveryIE
141 from .divxstage import DivxStageIE
142 from .dropbox import DropboxIE
143 from .eagleplatform import EaglePlatformIE
144 from .ebaumsworld import EbaumsWorldIE
145 from .echomsk import EchoMskIE
146 from .ehow import EHowIE
147 from .eighttracks import EightTracksIE
148 from .einthusan import EinthusanIE
149 from .eitb import EitbIE
150 from .ellentv import (
151     EllenTVIE,
152     EllenTVClipsIE,
153 )
154 from .elpais import ElPaisIE
155 from .embedly import EmbedlyIE
156 from .engadget import EngadgetIE
157 from .eporner import EpornerIE
158 from .eroprofile import EroProfileIE
159 from .escapist import EscapistIE
160 from .espn import ESPNIE
161 from .esri import EsriVideoIE
162 from .everyonesmixtape import EveryonesMixtapeIE
163 from .exfm import ExfmIE
164 from .expotv import ExpoTVIE
165 from .extremetube import ExtremeTubeIE
166 from .facebook import FacebookIE
167 from .faz import FazIE
168 from .fc2 import FC2IE
169 from .firstpost import FirstpostIE
170 from .firsttv import FirstTVIE
171 from .fivemin import FiveMinIE
172 from .fivetv import FiveTVIE
173 from .fktv import (
174     FKTVIE,
175     FKTVPosteckeIE,
176 )
177 from .flickr import FlickrIE
178 from .folketinget import FolketingetIE
179 from .footyroom import FootyRoomIE
180 from .fourtube import FourTubeIE
181 from .foxgay import FoxgayIE
182 from .foxnews import FoxNewsIE
183 from .foxsports import FoxSportsIE
184 from .franceculture import FranceCultureIE
185 from .franceinter import FranceInterIE
186 from .francetv import (
187     PluzzIE,
188     FranceTvInfoIE,
189     FranceTVIE,
190     GenerationQuoiIE,
191     CultureboxIE,
192 )
193 from .freesound import FreesoundIE
194 from .freespeech import FreespeechIE
195 from .freevideo import FreeVideoIE
196 from .funnyordie import FunnyOrDieIE
197 from .gamekings import GamekingsIE
198 from .gameone import (
199     GameOneIE,
200     GameOnePlaylistIE,
201 )
202 from .gamersyde import GamersydeIE
203 from .gamespot import GameSpotIE
204 from .gamestar import GameStarIE
205 from .gametrailers import GametrailersIE
206 from .gazeta import GazetaIE
207 from .gdcvault import GDCVaultIE
208 from .generic import GenericIE
209 from .gfycat import GfycatIE
210 from .giantbomb import GiantBombIE
211 from .giga import GigaIE
212 from .glide import GlideIE
213 from .globo import GloboIE
214 from .godtube import GodTubeIE
215 from .goldenmoustache import GoldenMoustacheIE
216 from .golem import GolemIE
217 from .googleplus import GooglePlusIE
218 from .googlesearch import GoogleSearchIE
219 from .gorillavid import GorillaVidIE
220 from .goshgay import GoshgayIE
221 from .groupon import GrouponIE
222 from .hark import HarkIE
223 from .hearthisat import HearThisAtIE
224 from .heise import HeiseIE
225 from .hellporno import HellPornoIE
226 from .helsinki import HelsinkiIE
227 from .hentaistigma import HentaiStigmaIE
228 from .historicfilms import HistoricFilmsIE
229 from .history import HistoryIE
230 from .hitbox import HitboxIE, HitboxLiveIE
231 from .hornbunny import HornBunnyIE
232 from .hostingbulk import HostingBulkIE
233 from .hotnewhiphop import HotNewHipHopIE
234 from .howcast import HowcastIE
235 from .howstuffworks import HowStuffWorksIE
236 from .huffpost import HuffPostIE
237 from .hypem import HypemIE
238 from .iconosquare import IconosquareIE
239 from .ign import IGNIE, OneUPIE
240 from .imdb import (
241     ImdbIE,
242     ImdbListIE
243 )
244 from .imgur import (
245     ImgurIE,
246     ImgurAlbumIE,
247 )
248 from .ina import InaIE
249 from .indavideo import (
250     IndavideoIE,
251     IndavideoEmbedIE,
252 )
253 from .infoq import InfoQIE
254 from .instagram import InstagramIE, InstagramUserIE
255 from .internetvideoarchive import InternetVideoArchiveIE
256 from .iprima import IPrimaIE
257 from .iqiyi import IqiyiIE
258 from .ir90tv import Ir90TvIE
259 from .ivi import (
260     IviIE,
261     IviCompilationIE
262 )
263 from .izlesene import IzleseneIE
264 from .jadorecettepub import JadoreCettePubIE
265 from .jeuxvideo import JeuxVideoIE
266 from .jove import JoveIE
267 from .jukebox import JukeboxIE
268 from .jpopsukitv import JpopsukiIE
269 from .kaltura import KalturaIE
270 from .kanalplay import KanalPlayIE
271 from .kankan import KankanIE
272 from .karaoketv import KaraoketvIE
273 from .karrierevideos import KarriereVideosIE
274 from .keezmovies import KeezMoviesIE
275 from .khanacademy import KhanAcademyIE
276 from .kickstarter import KickStarterIE
277 from .keek import KeekIE
278 from .kontrtube import KontrTubeIE
279 from .krasview import KrasViewIE
280 from .ku6 import Ku6IE
281 from .kuwo import (
282     KuwoIE,
283     KuwoAlbumIE,
284     KuwoChartIE,
285     KuwoSingerIE,
286     KuwoCategoryIE,
287     KuwoMvIE,
288 )
289 from .la7 import LA7IE
290 from .laola1tv import Laola1TvIE
291 from .lecture2go import Lecture2GoIE
292 from .letv import (
293     LetvIE,
294     LetvTvIE,
295     LetvPlaylistIE
296 )
297 from .libsyn import LibsynIE
298 from .lifenews import (
299     LifeNewsIE,
300     LifeEmbedIE,
301 )
302 from .liveleak import LiveLeakIE
303 from .livestream import (
304     LivestreamIE,
305     LivestreamOriginalIE,
306     LivestreamShortenerIE,
307 )
308 from .lnkgo import LnkGoIE
309 from .lrt import LRTIE
310 from .lynda import (
311     LyndaIE,
312     LyndaCourseIE
313 )
314 from .m6 import M6IE
315 from .macgamestore import MacGameStoreIE
316 from .mailru import MailRuIE
317 from .malemotion import MalemotionIE
318 from .mdr import MDRIE
319 from .megavideoz import MegaVideozIE
320 from .metacafe import MetacafeIE
321 from .metacritic import MetacriticIE
322 from .mgoon import MgoonIE
323 from .minhateca import MinhatecaIE
324 from .ministrygrid import MinistryGridIE
325 from .miomio import MioMioIE
326 from .mit import TechTVMITIE, MITIE, OCWMITIE
327 from .mitele import MiTeleIE
328 from .mixcloud import MixcloudIE
329 from .mlb import MLBIE
330 from .mpora import MporaIE
331 from .moevideo import MoeVideoIE
332 from .mofosex import MofosexIE
333 from .mojvideo import MojvideoIE
334 from .moniker import MonikerIE
335 from .mooshare import MooshareIE
336 from .morningstar import MorningstarIE
337 from .motherless import MotherlessIE
338 from .motorsport import MotorsportIE
339 from .movieclips import MovieClipsIE
340 from .moviezine import MoviezineIE
341 from .movshare import MovShareIE
342 from .mtv import (
343     MTVIE,
344     MTVServicesEmbeddedIE,
345     MTVIggyIE,
346     MTVDEIE,
347 )
348 from .muenchentv import MuenchenTVIE
349 from .musicplayon import MusicPlayOnIE
350 from .musicvault import MusicVaultIE
351 from .muzu import MuzuTVIE
352 from .mwave import MwaveIE
353 from .myspace import MySpaceIE, MySpaceAlbumIE
354 from .myspass import MySpassIE
355 from .myvi import MyviIE
356 from .myvideo import MyVideoIE
357 from .myvidster import MyVidsterIE
358 from .nationalgeographic import NationalGeographicIE
359 from .naver import NaverIE
360 from .nba import NBAIE
361 from .nbc import (
362     NBCIE,
363     NBCNewsIE,
364     NBCSportsIE,
365     NBCSportsVPlayerIE,
366     MSNBCIE,
367 )
368 from .ndr import (
369     NDRIE,
370     NJoyIE,
371     NDREmbedIE,
372     NJoyEmbedIE,
373 )
374 from .ndtv import NDTVIE
375 from .netzkino import NetzkinoIE
376 from .nerdcubed import NerdCubedFeedIE
377 from .nerdist import NerdistIE
378 from .neteasemusic import (
379     NetEaseMusicIE,
380     NetEaseMusicAlbumIE,
381     NetEaseMusicSingerIE,
382     NetEaseMusicListIE,
383     NetEaseMusicMvIE,
384     NetEaseMusicProgramIE,
385     NetEaseMusicDjRadioIE,
386 )
387 from .newgrounds import NewgroundsIE
388 from .newstube import NewstubeIE
389 from .nextmedia import (
390     NextMediaIE,
391     NextMediaActionNewsIE,
392     AppleDailyIE,
393 )
394 from .nfb import NFBIE
395 from .nfl import NFLIE
396 from .nhl import (
397     NHLIE,
398     NHLNewsIE,
399     NHLVideocenterIE,
400 )
401 from .niconico import NiconicoIE, NiconicoPlaylistIE
402 from .ninegag import NineGagIE
403 from .noco import NocoIE
404 from .normalboots import NormalbootsIE
405 from .nosvideo import NosVideoIE
406 from .nova import NovaIE
407 from .novamov import NovaMovIE
408 from .nowness import NownessIE
409 from .nowtv import NowTVIE
410 from .nowvideo import NowVideoIE
411 from .npo import (
412     NPOIE,
413     NPOLiveIE,
414     NPORadioIE,
415     NPORadioFragmentIE,
416     VPROIE,
417     WNLIE
418 )
419 from .nrk import (
420     NRKIE,
421     NRKPlaylistIE,
422     NRKTVIE,
423 )
424 from .ntvde import NTVDeIE
425 from .ntvru import NTVRuIE
426 from .nytimes import (
427     NYTimesIE,
428     NYTimesArticleIE,
429 )
430 from .nuvid import NuvidIE
431 from .odnoklassniki import OdnoklassnikiIE
432 from .oktoberfesttv import OktoberfestTVIE
433 from .onionstudios import OnionStudiosIE
434 from .ooyala import (
435     OoyalaIE,
436     OoyalaExternalIE,
437 )
438 from .openfilm import OpenFilmIE
439 from .orf import (
440     ORFTVthekIE,
441     ORFOE1IE,
442     ORFFM4IE,
443     ORFIPTVIE,
444 )
445 from .parliamentliveuk import ParliamentLiveUKIE
446 from .patreon import PatreonIE
447 from .pbs import PBSIE
448 from .periscope import (
449     PeriscopeIE,
450     QuickscopeIE,
451 )
452 from .philharmoniedeparis import PhilharmonieDeParisIE
453 from .phoenix import PhoenixIE
454 from .photobucket import PhotobucketIE
455 from .pinkbike import PinkbikeIE
456 from .planetaplay import PlanetaPlayIE
457 from .pladform import PladformIE
458 from .played import PlayedIE
459 from .playfm import PlayFMIE
460 from .playtvak import PlaytvakIE
461 from .playvid import PlayvidIE
462 from .playwire import PlaywireIE
463 from .pluralsight import (
464     PluralsightIE,
465     PluralsightCourseIE,
466 )
467 from .podomatic import PodomaticIE
468 from .porn91 import Porn91IE
469 from .pornhd import PornHdIE
470 from .pornhub import (
471     PornHubIE,
472     PornHubPlaylistIE,
473 )
474 from .pornotube import PornotubeIE
475 from .pornovoisines import PornoVoisinesIE
476 from .pornoxo import PornoXOIE
477 from .primesharetv import PrimeShareTVIE
478 from .promptfile import PromptFileIE
479 from .prosiebensat1 import ProSiebenSat1IE
480 from .puls4 import Puls4IE
481 from .pyvideo import PyvideoIE
482 from .qqmusic import (
483     QQMusicIE,
484     QQMusicSingerIE,
485     QQMusicAlbumIE,
486     QQMusicToplistIE,
487     QQMusicPlaylistIE,
488 )
489 from .quickvid import QuickVidIE
490 from .r7 import R7IE
491 from .radiode import RadioDeIE
492 from .radiojavan import RadioJavanIE
493 from .radiobremen import RadioBremenIE
494 from .radiofrance import RadioFranceIE
495 from .rai import RaiIE
496 from .rbmaradio import RBMARadioIE
497 from .rds import RDSIE
498 from .redtube import RedTubeIE
499 from .restudy import RestudyIE
500 from .reverbnation import ReverbNationIE
501 from .ringtv import RingTVIE
502 from .ro220 import Ro220IE
503 from .rottentomatoes import RottenTomatoesIE
504 from .roxwel import RoxwelIE
505 from .rtbf import RTBFIE
506 from .rte import RteIE
507 from .rtlnl import RtlNlIE
508 from .rtl2 import RTL2IE
509 from .rtp import RTPIE
510 from .rts import RTSIE
511 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
512 from .rtvnh import RTVNHIE
513 from .ruhd import RUHDIE
514 from .rutube import (
515     RutubeIE,
516     RutubeChannelIE,
517     RutubeEmbedIE,
518     RutubeMovieIE,
519     RutubePersonIE,
520 )
521 from .rutv import RUTVIE
522 from .ruutu import RuutuIE
523 from .sandia import SandiaIE
524 from .safari import (
525     SafariIE,
526     SafariCourseIE,
527 )
528 from .sapo import SapoIE
529 from .savefrom import SaveFromIE
530 from .sbs import SBSIE
531 from .scivee import SciVeeIE
532 from .screencast import ScreencastIE
533 from .screencastomatic import ScreencastOMaticIE
534 from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
535 from .senateisvp import SenateISVPIE
536 from .servingsys import ServingSysIE
537 from .sexu import SexuIE
538 from .sexykarma import SexyKarmaIE
539 from .shahid import ShahidIE
540 from .shared import SharedIE
541 from .sharesix import ShareSixIE
542 from .sina import SinaIE
543 from .slideshare import SlideshareIE
544 from .slutload import SlutloadIE
545 from .smotri import (
546     SmotriIE,
547     SmotriCommunityIE,
548     SmotriUserIE,
549     SmotriBroadcastIE,
550 )
551 from .snagfilms import (
552     SnagFilmsIE,
553     SnagFilmsEmbedIE,
554 )
555 from .snotr import SnotrIE
556 from .sohu import SohuIE
557 from .soompi import (
558     SoompiIE,
559     SoompiShowIE,
560 )
561 from .soundcloud import (
562     SoundcloudIE,
563     SoundcloudSetIE,
564     SoundcloudUserIE,
565     SoundcloudPlaylistIE
566 )
567 from .soundgasm import (
568     SoundgasmIE,
569     SoundgasmProfileIE
570 )
571 from .southpark import (
572     SouthParkIE,
573     SouthParkDeIE,
574     SouthParkDkIE,
575     SouthParkEsIE,
576     SouthParkNlIE
577 )
578 from .space import SpaceIE
579 from .spankbang import SpankBangIE
580 from .spankwire import SpankwireIE
581 from .spiegel import SpiegelIE, SpiegelArticleIE
582 from .spiegeltv import SpiegeltvIE
583 from .spike import SpikeIE
584 from .sport5 import Sport5IE
585 from .sportbox import (
586     SportBoxIE,
587     SportBoxEmbedIE,
588 )
589 from .sportdeutschland import SportDeutschlandIE
590 from .srf import SrfIE
591 from .srmediathek import SRMediathekIE
592 from .ssa import SSAIE
593 from .stanfordoc import StanfordOpenClassroomIE
594 from .steam import SteamIE
595 from .streamcloud import StreamcloudIE
596 from .streamcz import StreamCZIE
597 from .streetvoice import StreetVoiceIE
598 from .sunporno import SunPornoIE
599 from .svt import (
600     SVTIE,
601     SVTPlayIE,
602 )
603 from .swrmediathek import SWRMediathekIE
604 from .syfy import SyfyIE
605 from .sztvhu import SztvHuIE
606 from .tagesschau import TagesschauIE
607 from .tapely import TapelyIE
608 from .tass import TassIE
609 from .teachertube import (
610     TeacherTubeIE,
611     TeacherTubeUserIE,
612 )
613 from .teachingchannel import TeachingChannelIE
614 from .teamcoco import TeamcocoIE
615 from .techtalks import TechTalksIE
616 from .ted import TEDIE
617 from .telebruxelles import TeleBruxellesIE
618 from .telecinco import TelecincoIE
619 from .telegraaf import TelegraafIE
620 from .telemb import TeleMBIE
621 from .teletask import TeleTaskIE
622 from .tenplay import TenPlayIE
623 from .testurl import TestURLIE
624 from .testtube import TestTubeIE
625 from .tf1 import TF1IE
626 from .theonion import TheOnionIE
627 from .theplatform import (
628     ThePlatformIE,
629     ThePlatformFeedIE,
630 )
631 from .thesixtyone import TheSixtyOneIE
632 from .thisamericanlife import ThisAmericanLifeIE
633 from .thisav import ThisAVIE
634 from .tinypic import TinyPicIE
635 from .tlc import TlcIE, TlcDeIE
636 from .tmz import (
637     TMZIE,
638     TMZArticleIE,
639 )
640 from .tnaflix import (
641     TNAFlixIE,
642     EMPFlixIE,
643     MovieFapIE,
644 )
645 from .thvideo import (
646     THVideoIE,
647     THVideoPlaylistIE
648 )
649 from .toutv import TouTvIE
650 from .toypics import ToypicsUserIE, ToypicsIE
651 from .traileraddict import TrailerAddictIE
652 from .trilulilu import TriluliluIE
653 from .trutube import TruTubeIE
654 from .tube8 import Tube8IE
655 from .tubitv import TubiTvIE
656 from .tudou import TudouIE
657 from .tumblr import TumblrIE
658 from .tunein import TuneInIE
659 from .turbo import TurboIE
660 from .tutv import TutvIE
661 from .tv2 import (
662     TV2IE,
663     TV2ArticleIE,
664 )
665 from .tv4 import TV4IE
666 from .tvc import (
667     TVCIE,
668     TVCArticleIE,
669 )
670 from .tvigle import TvigleIE
671 from .tvp import TvpIE, TvpSeriesIE
672 from .tvplay import TVPlayIE
673 from .tweakers import TweakersIE
674 from .twentyfourvideo import TwentyFourVideoIE
675 from .twentytwotracks import (
676     TwentyTwoTracksIE,
677     TwentyTwoTracksGenreIE
678 )
679 from .twitch import (
680     TwitchVideoIE,
681     TwitchChapterIE,
682     TwitchVodIE,
683     TwitchProfileIE,
684     TwitchPastBroadcastsIE,
685     TwitchBookmarksIE,
686     TwitchStreamIE,
687 )
688 from .twitter import TwitterCardIE
689 from .ubu import UbuIE
690 from .udemy import (
691     UdemyIE,
692     UdemyCourseIE
693 )
694 from .udn import UDNEmbedIE
695 from .ultimedia import UltimediaIE
696 from .unistra import UnistraIE
697 from .urort import UrortIE
698 from .ustream import UstreamIE, UstreamChannelIE
699 from .varzesh3 import Varzesh3IE
700 from .vbox7 import Vbox7IE
701 from .veehd import VeeHDIE
702 from .veoh import VeohIE
703 from .vessel import VesselIE
704 from .vesti import VestiIE
705 from .vevo import VevoIE
706 from .vgtv import (
707     BTArticleIE,
708     BTVestlendingenIE,
709     VGTVIE,
710 )
711 from .vh1 import VH1IE
712 from .vice import ViceIE
713 from .viddler import ViddlerIE
714 from .videodetective import VideoDetectiveIE
715 from .videolecturesnet import VideoLecturesNetIE
716 from .videofyme import VideofyMeIE
717 from .videomega import VideoMegaIE
718 from .videopremium import VideoPremiumIE
719 from .videott import VideoTtIE
720 from .videoweed import VideoWeedIE
721 from .vidme import VidmeIE
722 from .vidzi import VidziIE
723 from .vier import VierIE, VierVideosIE
724 from .viewster import ViewsterIE
725 from .vimeo import (
726     VimeoIE,
727     VimeoAlbumIE,
728     VimeoChannelIE,
729     VimeoGroupsIE,
730     VimeoLikesIE,
731     VimeoReviewIE,
732     VimeoUserIE,
733     VimeoWatchLaterIE,
734 )
735 from .vimple import VimpleIE
736 from .vine import (
737     VineIE,
738     VineUserIE,
739 )
740 from .viki import (
741     VikiIE,
742     VikiChannelIE,
743 )
744 from .vk import (
745     VKIE,
746     VKUserVideosIE,
747 )
748 from .vlive import VLiveIE
749 from .vodlocker import VodlockerIE
750 from .voicerepublic import VoiceRepublicIE
751 from .vporn import VpornIE
752 from .vrt import VRTIE
753 from .vube import VubeIE
754 from .vuclip import VuClipIE
755 from .vulture import VultureIE
756 from .walla import WallaIE
757 from .washingtonpost import WashingtonPostIE
758 from .wat import WatIE
759 from .wayofthemaster import WayOfTheMasterIE
760 from .wdr import (
761     WDRIE,
762     WDRMobileIE,
763     WDRMausIE,
764 )
765 from .webofstories import (
766     WebOfStoriesIE,
767     WebOfStoriesPlaylistIE,
768 )
769 from .weibo import WeiboIE
770 from .wimp import WimpIE
771 from .wistia import WistiaIE
772 from .worldstarhiphop import WorldStarHipHopIE
773 from .wrzuta import WrzutaIE
774 from .wsj import WSJIE
775 from .xbef import XBefIE
776 from .xboxclips import XboxClipsIE
777 from .xhamster import (
778     XHamsterIE,
779     XHamsterEmbedIE,
780 )
781 from .xminus import XMinusIE
782 from .xnxx import XNXXIE
783 from .xstream import XstreamIE
784 from .xtube import XTubeUserIE, XTubeIE
785 from .xuite import XuiteIE
786 from .xvideos import XVideosIE
787 from .xxxymovies import XXXYMoviesIE
788 from .yahoo import (
789     YahooIE,
790     YahooSearchIE,
791 )
792 from .yam import YamIE
793 from .yandexmusic import (
794     YandexMusicTrackIE,
795     YandexMusicAlbumIE,
796     YandexMusicPlaylistIE,
797 )
798 from .yesjapan import YesJapanIE
799 from .yinyuetai import YinYueTaiIE
800 from .ynet import YnetIE
801 from .youjizz import YouJizzIE
802 from .youku import YoukuIE
803 from .youporn import YouPornIE
804 from .yourupload import YourUploadIE
805 from .youtube import (
806     YoutubeIE,
807     YoutubeChannelIE,
808     YoutubeFavouritesIE,
809     YoutubeHistoryIE,
810     YoutubePlaylistIE,
811     YoutubeRecommendedIE,
812     YoutubeSearchDateIE,
813     YoutubeSearchIE,
814     YoutubeSearchURLIE,
815     YoutubeShowIE,
816     YoutubeSubscriptionsIE,
817     YoutubeTruncatedIDIE,
818     YoutubeTruncatedURLIE,
819     YoutubeUserIE,
820     YoutubeWatchLaterIE,
821 )
822 from .zapiks import ZapiksIE
823 from .zdf import ZDFIE, ZDFChannelIE
824 from .zingmp3 import (
825     ZingMp3SongIE,
826     ZingMp3AlbumIE,
827 )
828
829 _ALL_CLASSES = [
830     klass
831     for name, klass in globals().items()
832     if name.endswith('IE') and name != 'GenericIE'
833 ]
834 _ALL_CLASSES.append(GenericIE)
835
836
837 def gen_extractors():
838     """ Return a list of an instance of every supported extractor.
839     The order does matter; the first extractor matched is the one handling the URL.
840     """
841     return [klass() for klass in _ALL_CLASSES]
842
843
844 def list_extractors(age_limit):
845     """
846     Return a list of extractors that are suitable for the given age,
847     sorted by extractor ID.
848     """
849
850     return sorted(
851         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
852         key=lambda ie: ie.IE_NAME.lower())
853
854
855 def get_info_extractor(ie_name):
856     """Returns the info extractor class with the given ie_name"""
857     return globals()[ie_name + 'IE']