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