[nbc] Add MSNBCIE
[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 ImgurIE
245 from .ina import InaIE
246 from .indavideo import (
247     IndavideoIE,
248     IndavideoEmbedIE,
249 )
250 from .infoq import InfoQIE
251 from .instagram import InstagramIE, InstagramUserIE
252 from .internetvideoarchive import InternetVideoArchiveIE
253 from .iprima import IPrimaIE
254 from .iqiyi import IqiyiIE
255 from .ir90tv import Ir90TvIE
256 from .ivi import (
257     IviIE,
258     IviCompilationIE
259 )
260 from .izlesene import IzleseneIE
261 from .jadorecettepub import JadoreCettePubIE
262 from .jeuxvideo import JeuxVideoIE
263 from .jove import JoveIE
264 from .jukebox import JukeboxIE
265 from .jpopsukitv import JpopsukiIE
266 from .kaltura import KalturaIE
267 from .kanalplay import KanalPlayIE
268 from .kankan import KankanIE
269 from .karaoketv import KaraoketvIE
270 from .karrierevideos import KarriereVideosIE
271 from .keezmovies import KeezMoviesIE
272 from .khanacademy import KhanAcademyIE
273 from .kickstarter import KickStarterIE
274 from .keek import KeekIE
275 from .kontrtube import KontrTubeIE
276 from .krasview import KrasViewIE
277 from .ku6 import Ku6IE
278 from .kuwo import (
279     KuwoIE,
280     KuwoAlbumIE,
281     KuwoChartIE,
282     KuwoSingerIE,
283     KuwoCategoryIE,
284     KuwoMvIE,
285 )
286 from .la7 import LA7IE
287 from .laola1tv import Laola1TvIE
288 from .lecture2go import Lecture2GoIE
289 from .letv import (
290     LetvIE,
291     LetvTvIE,
292     LetvPlaylistIE
293 )
294 from .libsyn import LibsynIE
295 from .lifenews import (
296     LifeNewsIE,
297     LifeEmbedIE,
298 )
299 from .liveleak import LiveLeakIE
300 from .livestream import (
301     LivestreamIE,
302     LivestreamOriginalIE,
303     LivestreamShortenerIE,
304 )
305 from .lnkgo import LnkGoIE
306 from .lrt import LRTIE
307 from .lynda import (
308     LyndaIE,
309     LyndaCourseIE
310 )
311 from .m6 import M6IE
312 from .macgamestore import MacGameStoreIE
313 from .mailru import MailRuIE
314 from .malemotion import MalemotionIE
315 from .mdr import MDRIE
316 from .megavideoz import MegaVideozIE
317 from .metacafe import MetacafeIE
318 from .metacritic import MetacriticIE
319 from .mgoon import MgoonIE
320 from .minhateca import MinhatecaIE
321 from .ministrygrid import MinistryGridIE
322 from .miomio import MioMioIE
323 from .mit import TechTVMITIE, MITIE, OCWMITIE
324 from .mitele import MiTeleIE
325 from .mixcloud import MixcloudIE
326 from .mlb import MLBIE
327 from .mpora import MporaIE
328 from .moevideo import MoeVideoIE
329 from .mofosex import MofosexIE
330 from .mojvideo import MojvideoIE
331 from .moniker import MonikerIE
332 from .mooshare import MooshareIE
333 from .morningstar import MorningstarIE
334 from .motherless import MotherlessIE
335 from .motorsport import MotorsportIE
336 from .movieclips import MovieClipsIE
337 from .moviezine import MoviezineIE
338 from .movshare import MovShareIE
339 from .mtv import (
340     MTVIE,
341     MTVServicesEmbeddedIE,
342     MTVIggyIE,
343 )
344 from .muenchentv import MuenchenTVIE
345 from .musicplayon import MusicPlayOnIE
346 from .musicvault import MusicVaultIE
347 from .muzu import MuzuTVIE
348 from .myspace import MySpaceIE, MySpaceAlbumIE
349 from .myspass import MySpassIE
350 from .myvi import MyviIE
351 from .myvideo import MyVideoIE
352 from .myvidster import MyVidsterIE
353 from .nationalgeographic import NationalGeographicIE
354 from .naver import NaverIE
355 from .nba import NBAIE
356 from .nbc import (
357     NBCIE,
358     NBCNewsIE,
359     NBCSportsIE,
360     NBCSportsVPlayerIE,
361     MSNBCIE,
362 )
363 from .ndr import (
364     NDRIE,
365     NJoyIE,
366 )
367 from .ndtv import NDTVIE
368 from .netzkino import NetzkinoIE
369 from .nerdcubed import NerdCubedFeedIE
370 from .nerdist import NerdistIE
371 from .neteasemusic import (
372     NetEaseMusicIE,
373     NetEaseMusicAlbumIE,
374     NetEaseMusicSingerIE,
375     NetEaseMusicListIE,
376     NetEaseMusicMvIE,
377     NetEaseMusicProgramIE,
378     NetEaseMusicDjRadioIE,
379 )
380 from .newgrounds import NewgroundsIE
381 from .newstube import NewstubeIE
382 from .nextmedia import (
383     NextMediaIE,
384     NextMediaActionNewsIE,
385     AppleDailyIE,
386 )
387 from .nfb import NFBIE
388 from .nfl import NFLIE
389 from .nhl import (
390     NHLIE,
391     NHLNewsIE,
392     NHLVideocenterIE,
393 )
394 from .niconico import NiconicoIE, NiconicoPlaylistIE
395 from .ninegag import NineGagIE
396 from .noco import NocoIE
397 from .normalboots import NormalbootsIE
398 from .nosvideo import NosVideoIE
399 from .nova import NovaIE
400 from .novamov import NovaMovIE
401 from .nowness import NownessIE
402 from .nowtv import NowTVIE
403 from .nowvideo import NowVideoIE
404 from .npo import (
405     NPOIE,
406     NPOLiveIE,
407     NPORadioIE,
408     NPORadioFragmentIE,
409     VPROIE,
410     WNLIE
411 )
412 from .nrk import (
413     NRKIE,
414     NRKPlaylistIE,
415     NRKTVIE,
416 )
417 from .ntvde import NTVDeIE
418 from .ntvru import NTVRuIE
419 from .nytimes import (
420     NYTimesIE,
421     NYTimesArticleIE,
422 )
423 from .nuvid import NuvidIE
424 from .odnoklassniki import OdnoklassnikiIE
425 from .oktoberfesttv import OktoberfestTVIE
426 from .onionstudios import OnionStudiosIE
427 from .ooyala import (
428     OoyalaIE,
429     OoyalaExternalIE,
430 )
431 from .openfilm import OpenFilmIE
432 from .orf import (
433     ORFTVthekIE,
434     ORFOE1IE,
435     ORFFM4IE,
436     ORFIPTVIE,
437 )
438 from .parliamentliveuk import ParliamentLiveUKIE
439 from .patreon import PatreonIE
440 from .pbs import PBSIE
441 from .periscope import (
442     PeriscopeIE,
443     QuickscopeIE,
444 )
445 from .philharmoniedeparis import PhilharmonieDeParisIE
446 from .phoenix import PhoenixIE
447 from .photobucket import PhotobucketIE
448 from .pinkbike import PinkbikeIE
449 from .planetaplay import PlanetaPlayIE
450 from .pladform import PladformIE
451 from .played import PlayedIE
452 from .playfm import PlayFMIE
453 from .playtvak import PlaytvakIE
454 from .playvid import PlayvidIE
455 from .playwire import PlaywireIE
456 from .podomatic import PodomaticIE
457 from .porn91 import Porn91IE
458 from .pornhd import PornHdIE
459 from .pornhub import (
460     PornHubIE,
461     PornHubPlaylistIE,
462 )
463 from .pornotube import PornotubeIE
464 from .pornovoisines import PornoVoisinesIE
465 from .pornoxo import PornoXOIE
466 from .primesharetv import PrimeShareTVIE
467 from .promptfile import PromptFileIE
468 from .prosiebensat1 import ProSiebenSat1IE
469 from .puls4 import Puls4IE
470 from .pyvideo import PyvideoIE
471 from .qqmusic import (
472     QQMusicIE,
473     QQMusicSingerIE,
474     QQMusicAlbumIE,
475     QQMusicToplistIE,
476     QQMusicPlaylistIE,
477 )
478 from .quickvid import QuickVidIE
479 from .r7 import R7IE
480 from .radiode import RadioDeIE
481 from .radiojavan import RadioJavanIE
482 from .radiobremen import RadioBremenIE
483 from .radiofrance import RadioFranceIE
484 from .rai import RaiIE
485 from .rbmaradio import RBMARadioIE
486 from .rds import RDSIE
487 from .redtube import RedTubeIE
488 from .restudy import RestudyIE
489 from .reverbnation import ReverbNationIE
490 from .ringtv import RingTVIE
491 from .ro220 import Ro220IE
492 from .rottentomatoes import RottenTomatoesIE
493 from .roxwel import RoxwelIE
494 from .rtbf import RTBFIE
495 from .rte import RteIE
496 from .rtlnl import RtlNlIE
497 from .rtl2 import RTL2IE
498 from .rtp import RTPIE
499 from .rts import RTSIE
500 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
501 from .rtvnh import RTVNHIE
502 from .ruhd import RUHDIE
503 from .rutube import (
504     RutubeIE,
505     RutubeChannelIE,
506     RutubeEmbedIE,
507     RutubeMovieIE,
508     RutubePersonIE,
509 )
510 from .rutv import RUTVIE
511 from .ruutu import RuutuIE
512 from .sandia import SandiaIE
513 from .safari import (
514     SafariIE,
515     SafariCourseIE,
516 )
517 from .sapo import SapoIE
518 from .savefrom import SaveFromIE
519 from .sbs import SBSIE
520 from .scivee import SciVeeIE
521 from .screencast import ScreencastIE
522 from .screencastomatic import ScreencastOMaticIE
523 from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
524 from .senateisvp import SenateISVPIE
525 from .servingsys import ServingSysIE
526 from .sexu import SexuIE
527 from .sexykarma import SexyKarmaIE
528 from .shahid import ShahidIE
529 from .shared import SharedIE
530 from .sharesix import ShareSixIE
531 from .sina import SinaIE
532 from .slideshare import SlideshareIE
533 from .slutload import SlutloadIE
534 from .smotri import (
535     SmotriIE,
536     SmotriCommunityIE,
537     SmotriUserIE,
538     SmotriBroadcastIE,
539 )
540 from .snagfilms import (
541     SnagFilmsIE,
542     SnagFilmsEmbedIE,
543 )
544 from .snotr import SnotrIE
545 from .sohu import SohuIE
546 from .soompi import (
547     SoompiIE,
548     SoompiShowIE,
549 )
550 from .soundcloud import (
551     SoundcloudIE,
552     SoundcloudSetIE,
553     SoundcloudUserIE,
554     SoundcloudPlaylistIE
555 )
556 from .soundgasm import (
557     SoundgasmIE,
558     SoundgasmProfileIE
559 )
560 from .southpark import (
561     SouthParkIE,
562     SouthParkDeIE,
563     SouthParkDkIE,
564     SouthParkEsIE,
565     SouthParkNlIE
566 )
567 from .space import SpaceIE
568 from .spankbang import SpankBangIE
569 from .spankwire import SpankwireIE
570 from .spiegel import SpiegelIE, SpiegelArticleIE
571 from .spiegeltv import SpiegeltvIE
572 from .spike import SpikeIE
573 from .sport5 import Sport5IE
574 from .sportbox import (
575     SportBoxIE,
576     SportBoxEmbedIE,
577 )
578 from .sportdeutschland import SportDeutschlandIE
579 from .srf import SrfIE
580 from .srmediathek import SRMediathekIE
581 from .ssa import SSAIE
582 from .stanfordoc import StanfordOpenClassroomIE
583 from .steam import SteamIE
584 from .streamcloud import StreamcloudIE
585 from .streamcz import StreamCZIE
586 from .streetvoice import StreetVoiceIE
587 from .sunporno import SunPornoIE
588 from .svt import (
589     SVTIE,
590     SVTPlayIE,
591 )
592 from .swrmediathek import SWRMediathekIE
593 from .syfy import SyfyIE
594 from .sztvhu import SztvHuIE
595 from .tagesschau import TagesschauIE
596 from .tapely import TapelyIE
597 from .tass import TassIE
598 from .teachertube import (
599     TeacherTubeIE,
600     TeacherTubeUserIE,
601 )
602 from .teachingchannel import TeachingChannelIE
603 from .teamcoco import TeamcocoIE
604 from .techtalks import TechTalksIE
605 from .ted import TEDIE
606 from .telebruxelles import TeleBruxellesIE
607 from .telecinco import TelecincoIE
608 from .telegraaf import TelegraafIE
609 from .telemb import TeleMBIE
610 from .teletask import TeleTaskIE
611 from .tenplay import TenPlayIE
612 from .testurl import TestURLIE
613 from .testtube import TestTubeIE
614 from .tf1 import TF1IE
615 from .theonion import TheOnionIE
616 from .theplatform import (
617     ThePlatformIE,
618     ThePlatformFeedIE,
619 )
620 from .thesixtyone import TheSixtyOneIE
621 from .thisamericanlife import ThisAmericanLifeIE
622 from .thisav import ThisAVIE
623 from .tinypic import TinyPicIE
624 from .tlc import TlcIE, TlcDeIE
625 from .tmz import (
626     TMZIE,
627     TMZArticleIE,
628 )
629 from .tnaflix import (
630     TNAFlixIE,
631     EMPFlixIE,
632     MovieFapIE,
633 )
634 from .thvideo import (
635     THVideoIE,
636     THVideoPlaylistIE
637 )
638 from .toutv import TouTvIE
639 from .toypics import ToypicsUserIE, ToypicsIE
640 from .traileraddict import TrailerAddictIE
641 from .trilulilu import TriluliluIE
642 from .trutube import TruTubeIE
643 from .tube8 import Tube8IE
644 from .tubitv import TubiTvIE
645 from .tudou import TudouIE
646 from .tumblr import TumblrIE
647 from .tunein import TuneInIE
648 from .turbo import TurboIE
649 from .tutv import TutvIE
650 from .tv2 import (
651     TV2IE,
652     TV2ArticleIE,
653 )
654 from .tv4 import TV4IE
655 from .tvc import (
656     TVCIE,
657     TVCArticleIE,
658 )
659 from .tvigle import TvigleIE
660 from .tvp import TvpIE, TvpSeriesIE
661 from .tvplay import TVPlayIE
662 from .tweakers import TweakersIE
663 from .twentyfourvideo import TwentyFourVideoIE
664 from .twentytwotracks import (
665     TwentyTwoTracksIE,
666     TwentyTwoTracksGenreIE
667 )
668 from .twitch import (
669     TwitchVideoIE,
670     TwitchChapterIE,
671     TwitchVodIE,
672     TwitchProfileIE,
673     TwitchPastBroadcastsIE,
674     TwitchBookmarksIE,
675     TwitchStreamIE,
676 )
677 from .twitter import TwitterCardIE
678 from .ubu import UbuIE
679 from .udemy import (
680     UdemyIE,
681     UdemyCourseIE
682 )
683 from .udn import UDNEmbedIE
684 from .ultimedia import UltimediaIE
685 from .unistra import UnistraIE
686 from .urort import UrortIE
687 from .ustream import UstreamIE, UstreamChannelIE
688 from .varzesh3 import Varzesh3IE
689 from .vbox7 import Vbox7IE
690 from .veehd import VeeHDIE
691 from .veoh import VeohIE
692 from .vessel import VesselIE
693 from .vesti import VestiIE
694 from .vevo import VevoIE
695 from .vgtv import (
696     BTArticleIE,
697     BTVestlendingenIE,
698     VGTVIE,
699 )
700 from .vh1 import VH1IE
701 from .vice import ViceIE
702 from .viddler import ViddlerIE
703 from .videobam import VideoBamIE
704 from .videodetective import VideoDetectiveIE
705 from .videolecturesnet import VideoLecturesNetIE
706 from .videofyme import VideofyMeIE
707 from .videomega import VideoMegaIE
708 from .videopremium import VideoPremiumIE
709 from .videott import VideoTtIE
710 from .videoweed import VideoWeedIE
711 from .vidme import VidmeIE
712 from .vidzi import VidziIE
713 from .vier import VierIE, VierVideosIE
714 from .viewster import ViewsterIE
715 from .vimeo import (
716     VimeoIE,
717     VimeoAlbumIE,
718     VimeoChannelIE,
719     VimeoGroupsIE,
720     VimeoLikesIE,
721     VimeoReviewIE,
722     VimeoUserIE,
723     VimeoWatchLaterIE,
724 )
725 from .vimple import VimpleIE
726 from .vine import (
727     VineIE,
728     VineUserIE,
729 )
730 from .viki import (
731     VikiIE,
732     VikiChannelIE,
733 )
734 from .vk import (
735     VKIE,
736     VKUserVideosIE,
737 )
738 from .vodlocker import VodlockerIE
739 from .voicerepublic import VoiceRepublicIE
740 from .vporn import VpornIE
741 from .vrt import VRTIE
742 from .vube import VubeIE
743 from .vuclip import VuClipIE
744 from .vulture import VultureIE
745 from .walla import WallaIE
746 from .washingtonpost import WashingtonPostIE
747 from .wat import WatIE
748 from .wayofthemaster import WayOfTheMasterIE
749 from .wdr import (
750     WDRIE,
751     WDRMobileIE,
752     WDRMausIE,
753 )
754 from .webofstories import (
755     WebOfStoriesIE,
756     WebOfStoriesPlaylistIE,
757 )
758 from .weibo import WeiboIE
759 from .wimp import WimpIE
760 from .wistia import WistiaIE
761 from .worldstarhiphop import WorldStarHipHopIE
762 from .wrzuta import WrzutaIE
763 from .wsj import WSJIE
764 from .xbef import XBefIE
765 from .xboxclips import XboxClipsIE
766 from .xhamster import (
767     XHamsterIE,
768     XHamsterEmbedIE,
769 )
770 from .xminus import XMinusIE
771 from .xnxx import XNXXIE
772 from .xstream import XstreamIE
773 from .xtube import XTubeUserIE, XTubeIE
774 from .xuite import XuiteIE
775 from .xvideos import XVideosIE
776 from .xxxymovies import XXXYMoviesIE
777 from .yahoo import (
778     YahooIE,
779     YahooSearchIE,
780 )
781 from .yam import YamIE
782 from .yandexmusic import (
783     YandexMusicTrackIE,
784     YandexMusicAlbumIE,
785     YandexMusicPlaylistIE,
786 )
787 from .yesjapan import YesJapanIE
788 from .yinyuetai import YinYueTaiIE
789 from .ynet import YnetIE
790 from .youjizz import YouJizzIE
791 from .youku import YoukuIE
792 from .youporn import YouPornIE
793 from .yourupload import YourUploadIE
794 from .youtube import (
795     YoutubeIE,
796     YoutubeChannelIE,
797     YoutubeFavouritesIE,
798     YoutubeHistoryIE,
799     YoutubePlaylistIE,
800     YoutubeRecommendedIE,
801     YoutubeSearchDateIE,
802     YoutubeSearchIE,
803     YoutubeSearchURLIE,
804     YoutubeShowIE,
805     YoutubeSubscriptionsIE,
806     YoutubeTruncatedIDIE,
807     YoutubeTruncatedURLIE,
808     YoutubeUserIE,
809     YoutubeWatchLaterIE,
810 )
811 from .zapiks import ZapiksIE
812 from .zdf import ZDFIE, ZDFChannelIE
813 from .zingmp3 import (
814     ZingMp3SongIE,
815     ZingMp3AlbumIE,
816 )
817
818 _ALL_CLASSES = [
819     klass
820     for name, klass in globals().items()
821     if name.endswith('IE') and name != 'GenericIE'
822 ]
823 _ALL_CLASSES.append(GenericIE)
824
825
826 def gen_extractors():
827     """ Return a list of an instance of every supported extractor.
828     The order does matter; the first extractor matched is the one handling the URL.
829     """
830     return [klass() for klass in _ALL_CLASSES]
831
832
833 def list_extractors(age_limit):
834     """
835     Return a list of extractors that are suitable for the given age,
836     sorted by extractor ID.
837     """
838
839     return sorted(
840         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
841         key=lambda ie: ie.IE_NAME.lower())
842
843
844 def get_info_extractor(ie_name):
845     """Returns the info extractor class with the given ie_name"""
846     return globals()[ie_name + 'IE']