[snagfilms] Improve and simplify
[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 .empflix import EMPFlixIE
148 from .engadget import EngadgetIE
149 from .eporner import EpornerIE
150 from .eroprofile import EroProfileIE
151 from .escapist import EscapistIE
152 from .espn import ESPNIE
153 from .everyonesmixtape import EveryonesMixtapeIE
154 from .exfm import ExfmIE
155 from .expotv import ExpoTVIE
156 from .extremetube import ExtremeTubeIE
157 from .facebook import FacebookIE
158 from .faz import FazIE
159 from .fc2 import FC2IE
160 from .firstpost import FirstpostIE
161 from .firsttv import FirstTVIE
162 from .fivemin import FiveMinIE
163 from .fivetv import FiveTVIE
164 from .fktv import (
165     FKTVIE,
166     FKTVPosteckeIE,
167 )
168 from .flickr import FlickrIE
169 from .folketinget import FolketingetIE
170 from .footyroom import FootyRoomIE
171 from .fourtube import FourTubeIE
172 from .foxgay import FoxgayIE
173 from .foxnews import FoxNewsIE
174 from .foxsports import FoxSportsIE
175 from .franceculture import FranceCultureIE
176 from .franceinter import FranceInterIE
177 from .francetv import (
178     PluzzIE,
179     FranceTvInfoIE,
180     FranceTVIE,
181     GenerationQuoiIE,
182     CultureboxIE,
183 )
184 from .freesound import FreesoundIE
185 from .freespeech import FreespeechIE
186 from .freevideo import FreeVideoIE
187 from .funnyordie import FunnyOrDieIE
188 from .gamekings import GamekingsIE
189 from .gameone import (
190     GameOneIE,
191     GameOnePlaylistIE,
192 )
193 from .gamersyde import GamersydeIE
194 from .gamespot import GameSpotIE
195 from .gamestar import GameStarIE
196 from .gametrailers import GametrailersIE
197 from .gazeta import GazetaIE
198 from .gdcvault import GDCVaultIE
199 from .generic import GenericIE
200 from .gfycat import GfycatIE
201 from .giantbomb import GiantBombIE
202 from .giga import GigaIE
203 from .glide import GlideIE
204 from .globo import GloboIE
205 from .godtube import GodTubeIE
206 from .goldenmoustache import GoldenMoustacheIE
207 from .golem import GolemIE
208 from .googleplus import GooglePlusIE
209 from .googlesearch import GoogleSearchIE
210 from .gorillavid import GorillaVidIE
211 from .goshgay import GoshgayIE
212 from .groupon import GrouponIE
213 from .hark import HarkIE
214 from .hearthisat import HearThisAtIE
215 from .heise import HeiseIE
216 from .hellporno import HellPornoIE
217 from .helsinki import HelsinkiIE
218 from .hentaistigma import HentaiStigmaIE
219 from .historicfilms import HistoricFilmsIE
220 from .history import HistoryIE
221 from .hitbox import HitboxIE, HitboxLiveIE
222 from .hornbunny import HornBunnyIE
223 from .hostingbulk import HostingBulkIE
224 from .hotnewhiphop import HotNewHipHopIE
225 from .howcast import HowcastIE
226 from .howstuffworks import HowStuffWorksIE
227 from .huffpost import HuffPostIE
228 from .hypem import HypemIE
229 from .iconosquare import IconosquareIE
230 from .ign import IGNIE, OneUPIE
231 from .imdb import (
232     ImdbIE,
233     ImdbListIE
234 )
235 from .imgur import ImgurIE
236 from .ina import InaIE
237 from .infoq import InfoQIE
238 from .instagram import InstagramIE, InstagramUserIE
239 from .internetvideoarchive import InternetVideoArchiveIE
240 from .iprima import IPrimaIE
241 from .iqiyi import IqiyiIE
242 from .ivi import (
243     IviIE,
244     IviCompilationIE
245 )
246 from .izlesene import IzleseneIE
247 from .jadorecettepub import JadoreCettePubIE
248 from .jeuxvideo import JeuxVideoIE
249 from .jove import JoveIE
250 from .jukebox import JukeboxIE
251 from .jpopsukitv import JpopsukiIE
252 from .kaltura import KalturaIE
253 from .kanalplay import KanalPlayIE
254 from .kankan import KankanIE
255 from .karaoketv import KaraoketvIE
256 from .karrierevideos import KarriereVideosIE
257 from .keezmovies import KeezMoviesIE
258 from .khanacademy import KhanAcademyIE
259 from .kickstarter import KickStarterIE
260 from .keek import KeekIE
261 from .kontrtube import KontrTubeIE
262 from .krasview import KrasViewIE
263 from .ku6 import Ku6IE
264 from .la7 import LA7IE
265 from .laola1tv import Laola1TvIE
266 from .letv import (
267     LetvIE,
268     LetvTvIE,
269     LetvPlaylistIE
270 )
271 from .libsyn import LibsynIE
272 from .lifenews import (
273     LifeNewsIE,
274     LifeEmbedIE,
275 )
276 from .liveleak import LiveLeakIE
277 from .livestream import (
278     LivestreamIE,
279     LivestreamOriginalIE,
280     LivestreamShortenerIE,
281 )
282 from .lnkgo import LnkGoIE
283 from .lrt import LRTIE
284 from .lynda import (
285     LyndaIE,
286     LyndaCourseIE
287 )
288 from .m6 import M6IE
289 from .macgamestore import MacGameStoreIE
290 from .mailru import MailRuIE
291 from .malemotion import MalemotionIE
292 from .mdr import MDRIE
293 from .megavideoz import MegaVideozIE
294 from .metacafe import MetacafeIE
295 from .metacritic import MetacriticIE
296 from .mgoon import MgoonIE
297 from .minhateca import MinhatecaIE
298 from .ministrygrid import MinistryGridIE
299 from .miomio import MioMioIE
300 from .mit import TechTVMITIE, MITIE, OCWMITIE
301 from .mitele import MiTeleIE
302 from .mixcloud import MixcloudIE
303 from .mlb import MLBIE
304 from .mpora import MporaIE
305 from .moevideo import MoeVideoIE
306 from .mofosex import MofosexIE
307 from .mojvideo import MojvideoIE
308 from .moniker import MonikerIE
309 from .mooshare import MooshareIE
310 from .morningstar import MorningstarIE
311 from .motherless import MotherlessIE
312 from .motorsport import MotorsportIE
313 from .movieclips import MovieClipsIE
314 from .moviezine import MoviezineIE
315 from .movshare import MovShareIE
316 from .mtv import (
317     MTVIE,
318     MTVServicesEmbeddedIE,
319     MTVIggyIE,
320 )
321 from .muenchentv import MuenchenTVIE
322 from .musicplayon import MusicPlayOnIE
323 from .musicvault import MusicVaultIE
324 from .muzu import MuzuTVIE
325 from .myspace import MySpaceIE, MySpaceAlbumIE
326 from .myspass import MySpassIE
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 )
437 from .quickvid import QuickVidIE
438 from .r7 import R7IE
439 from .radiode import RadioDeIE
440 from .radiojavan import RadioJavanIE
441 from .radiobremen import RadioBremenIE
442 from .radiofrance import RadioFranceIE
443 from .rai import RaiIE
444 from .rbmaradio import RBMARadioIE
445 from .redtube import RedTubeIE
446 from .restudy import RestudyIE
447 from .reverbnation import ReverbNationIE
448 from .ringtv import RingTVIE
449 from .ro220 import Ro220IE
450 from .rottentomatoes import RottenTomatoesIE
451 from .roxwel import RoxwelIE
452 from .rtbf import RTBFIE
453 from .rte import RteIE
454 from .rtlnl import RtlNlIE
455 from .rtl2 import RTL2IE
456 from .rtp import RTPIE
457 from .rts import RTSIE
458 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
459 from .ruhd import RUHDIE
460 from .rutube import (
461     RutubeIE,
462     RutubeChannelIE,
463     RutubeEmbedIE,
464     RutubeMovieIE,
465     RutubePersonIE,
466 )
467 from .rutv import RUTVIE
468 from .ruutu import RuutuIE
469 from .sandia import SandiaIE
470 from .safari import (
471     SafariIE,
472     SafariCourseIE,
473 )
474 from .sapo import SapoIE
475 from .savefrom import SaveFromIE
476 from .sbs import SBSIE
477 from .scivee import SciVeeIE
478 from .screencast import ScreencastIE
479 from .screencastomatic import ScreencastOMaticIE
480 from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
481 from .senateisvp import SenateISVPIE
482 from .servingsys import ServingSysIE
483 from .sexu import SexuIE
484 from .sexykarma import SexyKarmaIE
485 from .shared import SharedIE
486 from .sharesix import ShareSixIE
487 from .sina import SinaIE
488 from .slideshare import SlideshareIE
489 from .slutload import SlutloadIE
490 from .smotri import (
491     SmotriIE,
492     SmotriCommunityIE,
493     SmotriUserIE,
494     SmotriBroadcastIE,
495 )
496 from .snagfilms import (
497     SnagFilmsIE,
498     SnagFilmsEmbedIE,
499 )
500 from .snotr import SnotrIE
501 from .sohu import SohuIE
502 from .soompi import (
503     SoompiIE,
504     SoompiShowIE,
505 )
506 from .soundcloud import (
507     SoundcloudIE,
508     SoundcloudSetIE,
509     SoundcloudUserIE,
510     SoundcloudPlaylistIE
511 )
512 from .soundgasm import (
513     SoundgasmIE,
514     SoundgasmProfileIE
515 )
516 from .southpark import (
517     SouthParkIE,
518     SouthParkDeIE,
519     SouthParkDkIE,
520     SouthParkEsIE,
521     SouthParkNlIE
522 )
523 from .space import SpaceIE
524 from .spankbang import SpankBangIE
525 from .spankwire import SpankwireIE
526 from .spiegel import SpiegelIE, SpiegelArticleIE
527 from .spiegeltv import SpiegeltvIE
528 from .spike import SpikeIE
529 from .sport5 import Sport5IE
530 from .sportbox import (
531     SportBoxIE,
532     SportBoxEmbedIE,
533 )
534 from .sportdeutschland import SportDeutschlandIE
535 from .srf import SrfIE
536 from .srmediathek import SRMediathekIE
537 from .ssa import SSAIE
538 from .stanfordoc import StanfordOpenClassroomIE
539 from .steam import SteamIE
540 from .streamcloud import StreamcloudIE
541 from .streamcz import StreamCZIE
542 from .streetvoice import StreetVoiceIE
543 from .sunporno import SunPornoIE
544 from .svt import (
545     SVTIE,
546     SVTPlayIE,
547 )
548 from .swrmediathek import SWRMediathekIE
549 from .syfy import SyfyIE
550 from .sztvhu import SztvHuIE
551 from .tagesschau import TagesschauIE
552 from .tapely import TapelyIE
553 from .tass import TassIE
554 from .teachertube import (
555     TeacherTubeIE,
556     TeacherTubeUserIE,
557 )
558 from .teachingchannel import TeachingChannelIE
559 from .teamcoco import TeamcocoIE
560 from .techtalks import TechTalksIE
561 from .ted import TEDIE
562 from .telebruxelles import TeleBruxellesIE
563 from .telecinco import TelecincoIE
564 from .telemb import TeleMBIE
565 from .teletask import TeleTaskIE
566 from .tenplay import TenPlayIE
567 from .testurl import TestURLIE
568 from .testtube import TestTubeIE
569 from .tf1 import TF1IE
570 from .theonion import TheOnionIE
571 from .theplatform import ThePlatformIE
572 from .thesixtyone import TheSixtyOneIE
573 from .thisav import ThisAVIE
574 from .tinypic import TinyPicIE
575 from .tlc import TlcIE, TlcDeIE
576 from .tmz import (
577     TMZIE,
578     TMZArticleIE,
579 )
580 from .tnaflix import TNAFlixIE
581 from .thvideo import (
582     THVideoIE,
583     THVideoPlaylistIE
584 )
585 from .toutv import TouTvIE
586 from .toypics import ToypicsUserIE, ToypicsIE
587 from .traileraddict import TrailerAddictIE
588 from .trilulilu import TriluliluIE
589 from .trutube import TruTubeIE
590 from .tube8 import Tube8IE
591 from .tubitv import TubiTvIE
592 from .tudou import TudouIE
593 from .tumblr import TumblrIE
594 from .tunein import TuneInIE
595 from .turbo import TurboIE
596 from .tutv import TutvIE
597 from .tv2 import (
598     TV2IE,
599     TV2ArticleIE,
600 )
601 from .tv4 import TV4IE
602 from .tvc import (
603     TVCIE,
604     TVCArticleIE,
605 )
606 from .tvigle import TvigleIE
607 from .tvp import TvpIE, TvpSeriesIE
608 from .tvplay import TVPlayIE
609 from .tweakers import TweakersIE
610 from .twentyfourvideo import TwentyFourVideoIE
611 from .twentytwotracks import (
612     TwentyTwoTracksIE,
613     TwentyTwoTracksGenreIE
614 )
615 from .twitch import (
616     TwitchVideoIE,
617     TwitchChapterIE,
618     TwitchVodIE,
619     TwitchProfileIE,
620     TwitchPastBroadcastsIE,
621     TwitchBookmarksIE,
622     TwitchStreamIE,
623 )
624 from .ubu import UbuIE
625 from .udemy import (
626     UdemyIE,
627     UdemyCourseIE
628 )
629 from .udn import UDNEmbedIE
630 from .ultimedia import UltimediaIE
631 from .unistra import UnistraIE
632 from .urort import UrortIE
633 from .ustream import UstreamIE, UstreamChannelIE
634 from .varzesh3 import Varzesh3IE
635 from .vbox7 import Vbox7IE
636 from .veehd import VeeHDIE
637 from .veoh import VeohIE
638 from .vessel import VesselIE
639 from .vesti import VestiIE
640 from .vevo import VevoIE
641 from .vgtv import (
642     BTArticleIE,
643     BTVestlendingenIE,
644     VGTVIE,
645 )
646 from .vh1 import VH1IE
647 from .vice import ViceIE
648 from .viddler import ViddlerIE
649 from .videobam import VideoBamIE
650 from .videodetective import VideoDetectiveIE
651 from .videolecturesnet import VideoLecturesNetIE
652 from .videofyme import VideofyMeIE
653 from .videomega import VideoMegaIE
654 from .videopremium import VideoPremiumIE
655 from .videott import VideoTtIE
656 from .videoweed import VideoWeedIE
657 from .vidme import VidmeIE
658 from .vidzi import VidziIE
659 from .vier import VierIE, VierVideosIE
660 from .viewster import ViewsterIE
661 from .vimeo import (
662     VimeoIE,
663     VimeoAlbumIE,
664     VimeoChannelIE,
665     VimeoGroupsIE,
666     VimeoLikesIE,
667     VimeoReviewIE,
668     VimeoUserIE,
669     VimeoWatchLaterIE,
670 )
671 from .vimple import VimpleIE
672 from .vine import (
673     VineIE,
674     VineUserIE,
675 )
676 from .viki import (
677     VikiIE,
678     VikiChannelIE,
679 )
680 from .vk import (
681     VKIE,
682     VKUserVideosIE,
683 )
684 from .vodlocker import VodlockerIE
685 from .voicerepublic import VoiceRepublicIE
686 from .vporn import VpornIE
687 from .vrt import VRTIE
688 from .vube import VubeIE
689 from .vuclip import VuClipIE
690 from .vulture import VultureIE
691 from .walla import WallaIE
692 from .washingtonpost import WashingtonPostIE
693 from .wat import WatIE
694 from .wayofthemaster import WayOfTheMasterIE
695 from .wdr import (
696     WDRIE,
697     WDRMobileIE,
698     WDRMausIE,
699 )
700 from .webofstories import WebOfStoriesIE
701 from .weibo import WeiboIE
702 from .wimp import WimpIE
703 from .wistia import WistiaIE
704 from .worldstarhiphop import WorldStarHipHopIE
705 from .wrzuta import WrzutaIE
706 from .wsj import WSJIE
707 from .xbef import XBefIE
708 from .xboxclips import XboxClipsIE
709 from .xhamster import (
710     XHamsterIE,
711     XHamsterEmbedIE,
712 )
713 from .xminus import XMinusIE
714 from .xnxx import XNXXIE
715 from .xstream import XstreamIE
716 from .xtube import XTubeUserIE, XTubeIE
717 from .xuite import XuiteIE
718 from .xvideos import XVideosIE
719 from .xxxymovies import XXXYMoviesIE
720 from .yahoo import (
721     YahooIE,
722     YahooSearchIE,
723 )
724 from .yam import YamIE
725 from .yandexmusic import (
726     YandexMusicTrackIE,
727     YandexMusicAlbumIE,
728     YandexMusicPlaylistIE,
729 )
730 from .yesjapan import YesJapanIE
731 from .ynet import YnetIE
732 from .youjizz import YouJizzIE
733 from .youku import YoukuIE
734 from .youporn import YouPornIE
735 from .yourupload import YourUploadIE
736 from .youtube import (
737     YoutubeIE,
738     YoutubeChannelIE,
739     YoutubeFavouritesIE,
740     YoutubeHistoryIE,
741     YoutubePlaylistIE,
742     YoutubeRecommendedIE,
743     YoutubeSearchDateIE,
744     YoutubeSearchIE,
745     YoutubeSearchURLIE,
746     YoutubeShowIE,
747     YoutubeSubscriptionsIE,
748     YoutubeTruncatedIDIE,
749     YoutubeTruncatedURLIE,
750     YoutubeUserIE,
751     YoutubeWatchLaterIE,
752 )
753 from .zapiks import ZapiksIE
754 from .zdf import ZDFIE, ZDFChannelIE
755 from .zingmp3 import (
756     ZingMp3SongIE,
757     ZingMp3AlbumIE,
758 )
759
760 _ALL_CLASSES = [
761     klass
762     for name, klass in globals().items()
763     if name.endswith('IE') and name != 'GenericIE'
764 ]
765 _ALL_CLASSES.append(GenericIE)
766
767
768 def gen_extractors():
769     """ Return a list of an instance of every supported extractor.
770     The order does matter; the first extractor matched is the one handling the URL.
771     """
772     return [klass() for klass in _ALL_CLASSES]
773
774
775 def list_extractors(age_limit):
776     """
777     Return a list of extractors that are suitable for the given age,
778     sorted by extractor ID.
779     """
780
781     return sorted(
782         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
783         key=lambda ie: ie.IE_NAME.lower())
784
785
786 def get_info_extractor(ie_name):
787     """Returns the info extractor class with the given ie_name"""
788     return globals()[ie_name + 'IE']