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