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