Merge branch 'master' into HEAD
[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 ImgurIE
245 from .ina import InaIE
246 from .indavideo import (
247     IndavideoIE,
248     IndavideoEmbedIE,
249 )
250 from .infoq import InfoQIE
251 from .instagram import InstagramIE, InstagramUserIE
252 from .internetvideoarchive import InternetVideoArchiveIE
253 from .iprima import IPrimaIE
254 from .iqiyi import IqiyiIE
255 from .ir90tv import Ir90TvIE
256 from .ivi import (
257     IviIE,
258     IviCompilationIE
259 )
260 from .izlesene import IzleseneIE
261 from .jadorecettepub import JadoreCettePubIE
262 from .jeuxvideo import JeuxVideoIE
263 from .jove import JoveIE
264 from .jukebox import JukeboxIE
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 )
344 from .muenchentv import MuenchenTVIE
345 from .musicplayon import MusicPlayOnIE
346 from .musicvault import MusicVaultIE
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 )
368 from .ndtv import NDTVIE
369 from .netzkino import NetzkinoIE
370 from .nerdcubed import NerdCubedFeedIE
371 from .nerdist import NerdistIE
372 from .neteasemusic import (
373     NetEaseMusicIE,
374     NetEaseMusicAlbumIE,
375     NetEaseMusicSingerIE,
376     NetEaseMusicListIE,
377     NetEaseMusicMvIE,
378     NetEaseMusicProgramIE,
379     NetEaseMusicDjRadioIE,
380 )
381 from .newgrounds import NewgroundsIE
382 from .newstube import NewstubeIE
383 from .nextmedia import (
384     NextMediaIE,
385     NextMediaActionNewsIE,
386     AppleDailyIE,
387 )
388 from .nfb import NFBIE
389 from .nfl import NFLIE
390 from .nhl import (
391     NHLIE,
392     NHLNewsIE,
393     NHLVideocenterIE,
394 )
395 from .niconico import NiconicoIE, NiconicoPlaylistIE
396 from .ninegag import NineGagIE
397 from .noco import NocoIE
398 from .normalboots import NormalbootsIE
399 from .nosvideo import NosVideoIE
400 from .nova import NovaIE
401 from .novamov import NovaMovIE
402 from .nowness import NownessIE
403 from .nowtv import NowTVIE
404 from .nowvideo import NowVideoIE
405 from .npo import (
406     NPOIE,
407     NPOLiveIE,
408     NPORadioIE,
409     NPORadioFragmentIE,
410     VPROIE,
411     WNLIE
412 )
413 from .nrk import (
414     NRKIE,
415     NRKPlaylistIE,
416     NRKTVIE,
417 )
418 from .ntvde import NTVDeIE
419 from .ntvru import NTVRuIE
420 from .nytimes import (
421     NYTimesIE,
422     NYTimesArticleIE,
423 )
424 from .nuvid import NuvidIE
425 from .odnoklassniki import OdnoklassnikiIE
426 from .oktoberfesttv import OktoberfestTVIE
427 from .onionstudios import OnionStudiosIE
428 from .ooyala import (
429     OoyalaIE,
430     OoyalaExternalIE,
431 )
432 from .openfilm import OpenFilmIE
433 from .orf import (
434     ORFTVthekIE,
435     ORFOE1IE,
436     ORFFM4IE,
437     ORFIPTVIE,
438 )
439 from .parliamentliveuk import ParliamentLiveUKIE
440 from .patreon import PatreonIE
441 from .pbs import PBSIE
442 from .periscope import (
443     PeriscopeIE,
444     QuickscopeIE,
445 )
446 from .philharmoniedeparis import PhilharmonieDeParisIE
447 from .phoenix import PhoenixIE
448 from .photobucket import PhotobucketIE
449 from .pinkbike import PinkbikeIE
450 from .planetaplay import PlanetaPlayIE
451 from .pladform import PladformIE
452 from .played import PlayedIE
453 from .playfm import PlayFMIE
454 from .playtvak import PlaytvakIE
455 from .playvid import PlayvidIE
456 from .playwire import PlaywireIE
457 from .podomatic import PodomaticIE
458 from .porn91 import Porn91IE
459 from .pornhd import PornHdIE
460 from .pornhub import (
461     PornHubIE,
462     PornHubPlaylistIE,
463 )
464 from .pornotube import PornotubeIE
465 from .pornovoisines import PornoVoisinesIE
466 from .pornoxo import PornoXOIE
467 from .primesharetv import PrimeShareTVIE
468 from .promptfile import PromptFileIE
469 from .prosiebensat1 import ProSiebenSat1IE
470 from .puls4 import Puls4IE
471 from .pyvideo import PyvideoIE
472 from .qqmusic import (
473     QQMusicIE,
474     QQMusicSingerIE,
475     QQMusicAlbumIE,
476     QQMusicToplistIE,
477     QQMusicPlaylistIE,
478 )
479 from .quickvid import QuickVidIE
480 from .r7 import R7IE
481 from .radiode import RadioDeIE
482 from .radiojavan import RadioJavanIE
483 from .radiobremen import RadioBremenIE
484 from .radiofrance import RadioFranceIE
485 from .rai import RaiIE
486 from .rbmaradio import RBMARadioIE
487 from .rds import RDSIE
488 from .redtube import RedTubeIE
489 from .restudy import RestudyIE
490 from .reverbnation import ReverbNationIE
491 from .ringtv import RingTVIE
492 from .ro220 import Ro220IE
493 from .rottentomatoes import RottenTomatoesIE
494 from .roxwel import RoxwelIE
495 from .rtbf import RTBFIE
496 from .rte import RteIE
497 from .rtlnl import RtlNlIE
498 from .rtl2 import RTL2IE
499 from .rtp import RTPIE
500 from .rts import RTSIE
501 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
502 from .rtvnh import RTVNHIE
503 from .ruhd import RUHDIE
504 from .rutube import (
505     RutubeIE,
506     RutubeChannelIE,
507     RutubeEmbedIE,
508     RutubeMovieIE,
509     RutubePersonIE,
510 )
511 from .rutv import RUTVIE
512 from .ruutu import RuutuIE
513 from .sandia import SandiaIE
514 from .safari import (
515     SafariIE,
516     SafariCourseIE,
517 )
518 from .sapo import SapoIE
519 from .savefrom import SaveFromIE
520 from .sbs import SBSIE
521 from .scivee import SciVeeIE
522 from .screencast import ScreencastIE
523 from .screencastomatic import ScreencastOMaticIE
524 from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
525 from .senateisvp import SenateISVPIE
526 from .servingsys import ServingSysIE
527 from .sexu import SexuIE
528 from .sexykarma import SexyKarmaIE
529 from .shahid import ShahidIE
530 from .shared import SharedIE
531 from .sharesix import ShareSixIE
532 from .sina import SinaIE
533 from .slideshare import SlideshareIE
534 from .slutload import SlutloadIE
535 from .smotri import (
536     SmotriIE,
537     SmotriCommunityIE,
538     SmotriUserIE,
539     SmotriBroadcastIE,
540 )
541 from .snagfilms import (
542     SnagFilmsIE,
543     SnagFilmsEmbedIE,
544 )
545 from .snotr import SnotrIE
546 from .sohu import SohuIE
547 from .soompi import (
548     SoompiIE,
549     SoompiShowIE,
550 )
551 from .soundcloud import (
552     SoundcloudIE,
553     SoundcloudSetIE,
554     SoundcloudUserIE,
555     SoundcloudPlaylistIE
556 )
557 from .soundgasm import (
558     SoundgasmIE,
559     SoundgasmProfileIE
560 )
561 from .southpark import (
562     SouthParkIE,
563     SouthParkDeIE,
564     SouthParkDkIE,
565     SouthParkEsIE,
566     SouthParkNlIE
567 )
568 from .space import SpaceIE
569 from .spankbang import SpankBangIE
570 from .spankwire import SpankwireIE
571 from .spiegel import SpiegelIE, SpiegelArticleIE
572 from .spiegeltv import SpiegeltvIE
573 from .spike import SpikeIE
574 from .sport5 import Sport5IE
575 from .sportbox import (
576     SportBoxIE,
577     SportBoxEmbedIE,
578 )
579 from .sportdeutschland import SportDeutschlandIE
580 from .srf import SrfIE
581 from .srmediathek import SRMediathekIE
582 from .ssa import SSAIE
583 from .stanfordoc import StanfordOpenClassroomIE
584 from .steam import SteamIE
585 from .streamcloud import StreamcloudIE
586 from .streamcz import StreamCZIE
587 from .streetvoice import StreetVoiceIE
588 from .sunporno import SunPornoIE
589 from .svt import (
590     SVTIE,
591     SVTPlayIE,
592 )
593 from .swrmediathek import SWRMediathekIE
594 from .syfy import SyfyIE
595 from .sztvhu import SztvHuIE
596 from .tagesschau import TagesschauIE
597 from .tapely import TapelyIE
598 from .tass import TassIE
599 from .teachertube import (
600     TeacherTubeIE,
601     TeacherTubeUserIE,
602 )
603 from .teachingchannel import TeachingChannelIE
604 from .teamcoco import TeamcocoIE
605 from .techtalks import TechTalksIE
606 from .ted import TEDIE
607 from .telebruxelles import TeleBruxellesIE
608 from .telecinco import TelecincoIE
609 from .telegraaf import TelegraafIE
610 from .telemb import TeleMBIE
611 from .teletask import TeleTaskIE
612 from .tenplay import TenPlayIE
613 from .testurl import TestURLIE
614 from .testtube import TestTubeIE
615 from .tf1 import TF1IE
616 from .theonion import TheOnionIE
617 from .theplatform import (
618     ThePlatformIE,
619     ThePlatformFeedIE,
620 )
621 from .thesixtyone import TheSixtyOneIE
622 from .thisamericanlife import ThisAmericanLifeIE
623 from .thisav import ThisAVIE
624 from .tinypic import TinyPicIE
625 from .tlc import TlcIE, TlcDeIE
626 from .tmz import (
627     TMZIE,
628     TMZArticleIE,
629 )
630 from .tnaflix import (
631     TNAFlixIE,
632     EMPFlixIE,
633     MovieFapIE,
634 )
635 from .thvideo import (
636     THVideoIE,
637     THVideoPlaylistIE
638 )
639 from .toutv import TouTvIE
640 from .toypics import ToypicsUserIE, ToypicsIE
641 from .traileraddict import TrailerAddictIE
642 from .trilulilu import TriluliluIE
643 from .trutube import TruTubeIE
644 from .tube8 import Tube8IE
645 from .tubitv import TubiTvIE
646 from .tudou import TudouIE
647 from .tumblr import TumblrIE
648 from .tunein import TuneInIE
649 from .turbo import TurboIE
650 from .tutv import TutvIE
651 from .tv2 import (
652     TV2IE,
653     TV2ArticleIE,
654 )
655 from .tv4 import TV4IE
656 from .tvc import (
657     TVCIE,
658     TVCArticleIE,
659 )
660 from .tvigle import TvigleIE
661 from .tvp import TvpIE, TvpSeriesIE
662 from .tvplay import TVPlayIE
663 from .tweakers import TweakersIE
664 from .twentyfourvideo import TwentyFourVideoIE
665 from .twentytwotracks import (
666     TwentyTwoTracksIE,
667     TwentyTwoTracksGenreIE
668 )
669 from .twitch import (
670     TwitchVideoIE,
671     TwitchChapterIE,
672     TwitchVodIE,
673     TwitchProfileIE,
674     TwitchPastBroadcastsIE,
675     TwitchBookmarksIE,
676     TwitchStreamIE,
677 )
678 from .twitter import TwitterCardIE
679 from .ubu import UbuIE
680 from .udemy import (
681     UdemyIE,
682     UdemyCourseIE
683 )
684 from .udn import UDNEmbedIE
685 from .ultimedia import UltimediaIE
686 from .unistra import UnistraIE
687 from .urort import UrortIE
688 from .ustream import UstreamIE, UstreamChannelIE
689 from .varzesh3 import Varzesh3IE
690 from .vbox7 import Vbox7IE
691 from .veehd import VeeHDIE
692 from .veoh import VeohIE
693 from .vessel import VesselIE
694 from .vesti import VestiIE
695 from .vevo import VevoIE
696 from .vgtv import (
697     BTArticleIE,
698     BTVestlendingenIE,
699     VGTVIE,
700 )
701 from .vh1 import VH1IE
702 from .vice import ViceIE
703 from .viddler import ViddlerIE
704 from .videodetective import VideoDetectiveIE
705 from .videolecturesnet import VideoLecturesNetIE
706 from .videofyme import VideofyMeIE
707 from .videomega import VideoMegaIE
708 from .videopremium import VideoPremiumIE
709 from .videott import VideoTtIE
710 from .videoweed import VideoWeedIE
711 from .vidme import VidmeIE
712 from .vidzi import VidziIE
713 from .vier import VierIE, VierVideosIE
714 from .viewster import ViewsterIE
715 from .vimeo import (
716     VimeoIE,
717     VimeoAlbumIE,
718     VimeoChannelIE,
719     VimeoGroupsIE,
720     VimeoLikesIE,
721     VimeoReviewIE,
722     VimeoUserIE,
723     VimeoWatchLaterIE,
724 )
725 from .vimple import VimpleIE
726 from .vine import (
727     VineIE,
728     VineUserIE,
729 )
730 from .viki import (
731     VikiIE,
732     VikiChannelIE,
733 )
734 from .vk import (
735     VKIE,
736     VKUserVideosIE,
737 )
738 from .vodlocker import VodlockerIE
739 from .voicerepublic import VoiceRepublicIE
740 from .vporn import VpornIE
741 from .vrt import VRTIE
742 from .vube import VubeIE
743 from .vuclip import VuClipIE
744 from .vulture import VultureIE
745 from .walla import WallaIE
746 from .washingtonpost import WashingtonPostIE
747 from .wat import WatIE
748 from .wayofthemaster import WayOfTheMasterIE
749 from .wdr import (
750     WDRIE,
751     WDRMobileIE,
752     WDRMausIE,
753 )
754 from .webofstories import (
755     WebOfStoriesIE,
756     WebOfStoriesPlaylistIE,
757 )
758 from .weibo import WeiboIE
759 from .wimp import WimpIE
760 from .wistia import WistiaIE
761 from .worldstarhiphop import WorldStarHipHopIE
762 from .wrzuta import WrzutaIE
763 from .wsj import WSJIE
764 from .xbef import XBefIE
765 from .xboxclips import XboxClipsIE
766 from .xhamster import (
767     XHamsterIE,
768     XHamsterEmbedIE,
769 )
770 from .xminus import XMinusIE
771 from .xnxx import XNXXIE
772 from .xstream import XstreamIE
773 from .xtube import XTubeUserIE, XTubeIE
774 from .xuite import XuiteIE
775 from .xvideos import XVideosIE
776 from .xxxymovies import XXXYMoviesIE
777 from .yahoo import (
778     YahooIE,
779     YahooSearchIE,
780 )
781 from .yam import YamIE
782 from .yandexmusic import (
783     YandexMusicTrackIE,
784     YandexMusicAlbumIE,
785     YandexMusicPlaylistIE,
786 )
787 from .yesjapan import YesJapanIE
788 from .yinyuetai import YinYueTaiIE
789 from .ynet import YnetIE
790 from .youjizz import YouJizzIE
791 from .youku import YoukuIE
792 from .youporn import YouPornIE
793 from .yourupload import YourUploadIE
794 from .youtube import (
795     YoutubeIE,
796     YoutubeChannelIE,
797     YoutubeFavouritesIE,
798     YoutubeHistoryIE,
799     YoutubePlaylistIE,
800     YoutubeRecommendedIE,
801     YoutubeSearchDateIE,
802     YoutubeSearchIE,
803     YoutubeSearchURLIE,
804     YoutubeShowIE,
805     YoutubeSubscriptionsIE,
806     YoutubeTruncatedIDIE,
807     YoutubeTruncatedURLIE,
808     YoutubeUserIE,
809     YoutubeWatchLaterIE,
810 )
811 from .zapiks import ZapiksIE
812 from .zdf import ZDFIE, ZDFChannelIE
813 from .zingmp3 import (
814     ZingMp3SongIE,
815     ZingMp3AlbumIE,
816 )
817
818 _ALL_CLASSES = [
819     klass
820     for name, klass in globals().items()
821     if name.endswith('IE') and name != 'GenericIE'
822 ]
823 _ALL_CLASSES.append(GenericIE)
824
825
826 def gen_extractors():
827     """ Return a list of an instance of every supported extractor.
828     The order does matter; the first extractor matched is the one handling the URL.
829     """
830     return [klass() for klass in _ALL_CLASSES]
831
832
833 def list_extractors(age_limit):
834     """
835     Return a list of extractors that are suitable for the given age,
836     sorted by extractor ID.
837     """
838
839     return sorted(
840         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
841         key=lambda ie: ie.IE_NAME.lower())
842
843
844 def get_info_extractor(ie_name):
845     """Returns the info extractor class with the given ie_name"""
846     return globals()[ie_name + 'IE']