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