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