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