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