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