Merge branch 'best-fallback-on-outdated-avconv' of https://github.com/dstftw/youtube...
[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     SouthParkDeIE,
493     SouthParkDkIE,
494     SouthParkEsIE,
495     SouthParkNlIE
496 )
497 from .space import SpaceIE
498 from .spankbang import SpankBangIE
499 from .spankwire import SpankwireIE
500 from .spiegel import SpiegelIE, SpiegelArticleIE
501 from .spiegeltv import SpiegeltvIE
502 from .spike import SpikeIE
503 from .sport5 import Sport5IE
504 from .sportbox import SportBoxIE
505 from .sportdeutschland import SportDeutschlandIE
506 from .srf import SrfIE
507 from .srmediathek import SRMediathekIE
508 from .ssa import SSAIE
509 from .stanfordoc import StanfordOpenClassroomIE
510 from .steam import SteamIE
511 from .streamcloud import StreamcloudIE
512 from .streamcz import StreamCZIE
513 from .streetvoice import StreetVoiceIE
514 from .sunporno import SunPornoIE
515 from .svt import (
516     SVTIE,
517     SVTPlayIE,
518 )
519 from .swrmediathek import SWRMediathekIE
520 from .syfy import SyfyIE
521 from .sztvhu import SztvHuIE
522 from .tagesschau import TagesschauIE
523 from .tapely import TapelyIE
524 from .tass import TassIE
525 from .teachertube import (
526     TeacherTubeIE,
527     TeacherTubeUserIE,
528 )
529 from .teachingchannel import TeachingChannelIE
530 from .teamcoco import TeamcocoIE
531 from .techtalks import TechTalksIE
532 from .ted import TEDIE
533 from .telebruxelles import TeleBruxellesIE
534 from .telecinco import TelecincoIE
535 from .telemb import TeleMBIE
536 from .teletask import TeleTaskIE
537 from .tenplay import TenPlayIE
538 from .testurl import TestURLIE
539 from .testtube import TestTubeIE
540 from .tf1 import TF1IE
541 from .theonion import TheOnionIE
542 from .theplatform import ThePlatformIE
543 from .thesixtyone import TheSixtyOneIE
544 from .thisav import ThisAVIE
545 from .tinypic import TinyPicIE
546 from .tlc import TlcIE, TlcDeIE
547 from .tmz import (
548     TMZIE,
549     TMZArticleIE,
550 )
551 from .tnaflix import TNAFlixIE
552 from .thvideo import (
553     THVideoIE,
554     THVideoPlaylistIE
555 )
556 from .toutv import TouTvIE
557 from .toypics import ToypicsUserIE, ToypicsIE
558 from .traileraddict import TrailerAddictIE
559 from .trilulilu import TriluliluIE
560 from .trutube import TruTubeIE
561 from .tube8 import Tube8IE
562 from .tudou import TudouIE
563 from .tumblr import TumblrIE
564 from .tunein import TuneInIE
565 from .turbo import TurboIE
566 from .tutv import TutvIE
567 from .tv4 import TV4IE
568 from .tvigle import TvigleIE
569 from .tvp import TvpIE, TvpSeriesIE
570 from .tvplay import TVPlayIE
571 from .tweakers import TweakersIE
572 from .twentyfourvideo import TwentyFourVideoIE
573 from .twentytwotracks import (
574     TwentyTwoTracksIE,
575     TwentyTwoTracksGenreIE
576 )
577 from .twitch import (
578     TwitchVideoIE,
579     TwitchChapterIE,
580     TwitchVodIE,
581     TwitchProfileIE,
582     TwitchPastBroadcastsIE,
583     TwitchBookmarksIE,
584     TwitchStreamIE,
585 )
586 from .ubu import UbuIE
587 from .udemy import (
588     UdemyIE,
589     UdemyCourseIE
590 )
591 from .udn import UDNEmbedIE
592 from .ultimedia import UltimediaIE
593 from .unistra import UnistraIE
594 from .urort import UrortIE
595 from .ustream import UstreamIE, UstreamChannelIE
596 from .varzesh3 import Varzesh3IE
597 from .vbox7 import Vbox7IE
598 from .veehd import VeeHDIE
599 from .veoh import VeohIE
600 from .vessel import VesselIE
601 from .vesti import VestiIE
602 from .vevo import VevoIE
603 from .vgtv import (
604     BTArticleIE,
605     BTVestlendingenIE,
606     VGTVIE,
607 )
608 from .vh1 import VH1IE
609 from .vice import ViceIE
610 from .viddler import ViddlerIE
611 from .videobam import VideoBamIE
612 from .videodetective import VideoDetectiveIE
613 from .videolecturesnet import VideoLecturesNetIE
614 from .videofyme import VideofyMeIE
615 from .videomega import VideoMegaIE
616 from .videopremium import VideoPremiumIE
617 from .videott import VideoTtIE
618 from .videoweed import VideoWeedIE
619 from .vidme import VidmeIE
620 from .vidzi import VidziIE
621 from .vier import VierIE, VierVideosIE
622 from .viewster import ViewsterIE
623 from .vimeo import (
624     VimeoIE,
625     VimeoAlbumIE,
626     VimeoChannelIE,
627     VimeoGroupsIE,
628     VimeoLikesIE,
629     VimeoReviewIE,
630     VimeoUserIE,
631     VimeoWatchLaterIE,
632 )
633 from .vimple import VimpleIE
634 from .vine import (
635     VineIE,
636     VineUserIE,
637 )
638 from .viki import VikiIE
639 from .vk import (
640     VKIE,
641     VKUserVideosIE,
642 )
643 from .vodlocker import VodlockerIE
644 from .voicerepublic import VoiceRepublicIE
645 from .vporn import VpornIE
646 from .vrt import VRTIE
647 from .vube import VubeIE
648 from .vuclip import VuClipIE
649 from .vulture import VultureIE
650 from .walla import WallaIE
651 from .washingtonpost import WashingtonPostIE
652 from .wat import WatIE
653 from .wayofthemaster import WayOfTheMasterIE
654 from .wdr import (
655     WDRIE,
656     WDRMobileIE,
657     WDRMausIE,
658 )
659 from .webofstories import WebOfStoriesIE
660 from .weibo import WeiboIE
661 from .wimp import WimpIE
662 from .wistia import WistiaIE
663 from .worldstarhiphop import WorldStarHipHopIE
664 from .wrzuta import WrzutaIE
665 from .wsj import WSJIE
666 from .xbef import XBefIE
667 from .xboxclips import XboxClipsIE
668 from .xhamster import XHamsterIE
669 from .xminus import XMinusIE
670 from .xnxx import XNXXIE
671 from .xstream import XstreamIE
672 from .xtube import XTubeUserIE, XTubeIE
673 from .xuite import XuiteIE
674 from .xvideos import XVideosIE
675 from .xxxymovies import XXXYMoviesIE
676 from .yahoo import (
677     YahooIE,
678     YahooSearchIE,
679 )
680 from .yam import YamIE
681 from .yandexmusic import (
682     YandexMusicTrackIE,
683     YandexMusicAlbumIE,
684     YandexMusicPlaylistIE,
685 )
686 from .yesjapan import YesJapanIE
687 from .ynet import YnetIE
688 from .youjizz import YouJizzIE
689 from .youku import YoukuIE
690 from .youporn import YouPornIE
691 from .yourupload import YourUploadIE
692 from .youtube import (
693     YoutubeIE,
694     YoutubeChannelIE,
695     YoutubeFavouritesIE,
696     YoutubeHistoryIE,
697     YoutubePlaylistIE,
698     YoutubeRecommendedIE,
699     YoutubeSearchDateIE,
700     YoutubeSearchIE,
701     YoutubeSearchURLIE,
702     YoutubeShowIE,
703     YoutubeSubscriptionsIE,
704     YoutubeTruncatedIDIE,
705     YoutubeTruncatedURLIE,
706     YoutubeUserIE,
707     YoutubeWatchLaterIE,
708 )
709 from .zapiks import ZapiksIE
710 from .zdf import ZDFIE, ZDFChannelIE
711 from .zingmp3 import (
712     ZingMp3SongIE,
713     ZingMp3AlbumIE,
714 )
715
716 _ALL_CLASSES = [
717     klass
718     for name, klass in globals().items()
719     if name.endswith('IE') and name != 'GenericIE'
720 ]
721 _ALL_CLASSES.append(GenericIE)
722
723
724 def gen_extractors():
725     """ Return a list of an instance of every supported extractor.
726     The order does matter; the first extractor matched is the one handling the URL.
727     """
728     return [klass() for klass in _ALL_CLASSES]
729
730
731 def list_extractors(age_limit):
732     """
733     Return a list of extractors that are suitable for the given age,
734     sorted by extractor ID.
735     """
736
737     return sorted(
738         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
739         key=lambda ie: ie.IE_NAME.lower())
740
741
742 def get_info_extractor(ie_name):
743     """Returns the info extractor class with the given ie_name"""
744     return globals()[ie_name + 'IE']