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