[twitter:card] Add extractor (#5239)
[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 .twitter import TwitterCardIE
625 from .ubu import UbuIE
626 from .udemy import (
627     UdemyIE,
628     UdemyCourseIE
629 )
630 from .udn import UDNEmbedIE
631 from .ultimedia import UltimediaIE
632 from .unistra import UnistraIE
633 from .urort import UrortIE
634 from .ustream import UstreamIE, UstreamChannelIE
635 from .varzesh3 import Varzesh3IE
636 from .vbox7 import Vbox7IE
637 from .veehd import VeeHDIE
638 from .veoh import VeohIE
639 from .vessel import VesselIE
640 from .vesti import VestiIE
641 from .vevo import VevoIE
642 from .vgtv import (
643     BTArticleIE,
644     BTVestlendingenIE,
645     VGTVIE,
646 )
647 from .vh1 import VH1IE
648 from .vice import ViceIE
649 from .viddler import ViddlerIE
650 from .videobam import VideoBamIE
651 from .videodetective import VideoDetectiveIE
652 from .videolecturesnet import VideoLecturesNetIE
653 from .videofyme import VideofyMeIE
654 from .videomega import VideoMegaIE
655 from .videopremium import VideoPremiumIE
656 from .videott import VideoTtIE
657 from .videoweed import VideoWeedIE
658 from .vidme import VidmeIE
659 from .vidzi import VidziIE
660 from .vier import VierIE, VierVideosIE
661 from .viewster import ViewsterIE
662 from .vimeo import (
663     VimeoIE,
664     VimeoAlbumIE,
665     VimeoChannelIE,
666     VimeoGroupsIE,
667     VimeoLikesIE,
668     VimeoReviewIE,
669     VimeoUserIE,
670     VimeoWatchLaterIE,
671 )
672 from .vimple import VimpleIE
673 from .vine import (
674     VineIE,
675     VineUserIE,
676 )
677 from .viki import (
678     VikiIE,
679     VikiChannelIE,
680 )
681 from .vk import (
682     VKIE,
683     VKUserVideosIE,
684 )
685 from .vodlocker import VodlockerIE
686 from .voicerepublic import VoiceRepublicIE
687 from .vporn import VpornIE
688 from .vrt import VRTIE
689 from .vube import VubeIE
690 from .vuclip import VuClipIE
691 from .vulture import VultureIE
692 from .walla import WallaIE
693 from .washingtonpost import WashingtonPostIE
694 from .wat import WatIE
695 from .wayofthemaster import WayOfTheMasterIE
696 from .wdr import (
697     WDRIE,
698     WDRMobileIE,
699     WDRMausIE,
700 )
701 from .webofstories import WebOfStoriesIE
702 from .weibo import WeiboIE
703 from .wimp import WimpIE
704 from .wistia import WistiaIE
705 from .worldstarhiphop import WorldStarHipHopIE
706 from .wrzuta import WrzutaIE
707 from .wsj import WSJIE
708 from .xbef import XBefIE
709 from .xboxclips import XboxClipsIE
710 from .xhamster import (
711     XHamsterIE,
712     XHamsterEmbedIE,
713 )
714 from .xminus import XMinusIE
715 from .xnxx import XNXXIE
716 from .xstream import XstreamIE
717 from .xtube import XTubeUserIE, XTubeIE
718 from .xuite import XuiteIE
719 from .xvideos import XVideosIE
720 from .xxxymovies import XXXYMoviesIE
721 from .yahoo import (
722     YahooIE,
723     YahooSearchIE,
724 )
725 from .yam import YamIE
726 from .yandexmusic import (
727     YandexMusicTrackIE,
728     YandexMusicAlbumIE,
729     YandexMusicPlaylistIE,
730 )
731 from .yesjapan import YesJapanIE
732 from .ynet import YnetIE
733 from .youjizz import YouJizzIE
734 from .youku import YoukuIE
735 from .youporn import YouPornIE
736 from .yourupload import YourUploadIE
737 from .youtube import (
738     YoutubeIE,
739     YoutubeChannelIE,
740     YoutubeFavouritesIE,
741     YoutubeHistoryIE,
742     YoutubePlaylistIE,
743     YoutubeRecommendedIE,
744     YoutubeSearchDateIE,
745     YoutubeSearchIE,
746     YoutubeSearchURLIE,
747     YoutubeShowIE,
748     YoutubeSubscriptionsIE,
749     YoutubeTruncatedIDIE,
750     YoutubeTruncatedURLIE,
751     YoutubeUserIE,
752     YoutubeWatchLaterIE,
753 )
754 from .zapiks import ZapiksIE
755 from .zdf import ZDFIE, ZDFChannelIE
756 from .zingmp3 import (
757     ZingMp3SongIE,
758     ZingMp3AlbumIE,
759 )
760
761 _ALL_CLASSES = [
762     klass
763     for name, klass in globals().items()
764     if name.endswith('IE') and name != 'GenericIE'
765 ]
766 _ALL_CLASSES.append(GenericIE)
767
768
769 def gen_extractors():
770     """ Return a list of an instance of every supported extractor.
771     The order does matter; the first extractor matched is the one handling the URL.
772     """
773     return [klass() for klass in _ALL_CLASSES]
774
775
776 def list_extractors(age_limit):
777     """
778     Return a list of extractors that are suitable for the given age,
779     sorted by extractor ID.
780     """
781
782     return sorted(
783         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
784         key=lambda ie: ie.IE_NAME.lower())
785
786
787 def get_info_extractor(ie_name):
788     """Returns the info extractor class with the given ie_name"""
789     return globals()[ie_name + 'IE']