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