[fktv] fix info extraction
[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 FKTVIE
174 from .flickr import FlickrIE
175 from .folketinget import FolketingetIE
176 from .footyroom import FootyRoomIE
177 from .fourtube import FourTubeIE
178 from .foxgay import FoxgayIE
179 from .foxnews import FoxNewsIE
180 from .foxsports import FoxSportsIE
181 from .franceculture import FranceCultureIE
182 from .franceinter import FranceInterIE
183 from .francetv import (
184     PluzzIE,
185     FranceTvInfoIE,
186     FranceTVIE,
187     GenerationQuoiIE,
188     CultureboxIE,
189 )
190 from .freesound import FreesoundIE
191 from .freespeech import FreespeechIE
192 from .freevideo import FreeVideoIE
193 from .funnyordie import FunnyOrDieIE
194 from .gamekings import GamekingsIE
195 from .gameone import (
196     GameOneIE,
197     GameOnePlaylistIE,
198 )
199 from .gamersyde import GamersydeIE
200 from .gamespot import GameSpotIE
201 from .gamestar import GameStarIE
202 from .gametrailers import GametrailersIE
203 from .gazeta import GazetaIE
204 from .gdcvault import GDCVaultIE
205 from .generic import GenericIE
206 from .gfycat import GfycatIE
207 from .giantbomb import GiantBombIE
208 from .giga import GigaIE
209 from .glide import GlideIE
210 from .globo import GloboIE
211 from .godtube import GodTubeIE
212 from .goldenmoustache import GoldenMoustacheIE
213 from .golem import GolemIE
214 from .googleplus import GooglePlusIE
215 from .googlesearch import GoogleSearchIE
216 from .gorillavid import GorillaVidIE
217 from .goshgay import GoshgayIE
218 from .groupon import GrouponIE
219 from .hark import HarkIE
220 from .hearthisat import HearThisAtIE
221 from .heise import HeiseIE
222 from .hellporno import HellPornoIE
223 from .helsinki import HelsinkiIE
224 from .hentaistigma import HentaiStigmaIE
225 from .historicfilms import HistoricFilmsIE
226 from .history import HistoryIE
227 from .hitbox import HitboxIE, HitboxLiveIE
228 from .hornbunny import HornBunnyIE
229 from .hostingbulk import HostingBulkIE
230 from .hotnewhiphop import HotNewHipHopIE
231 from .howcast import HowcastIE
232 from .howstuffworks import HowStuffWorksIE
233 from .huffpost import HuffPostIE
234 from .hypem import HypemIE
235 from .iconosquare import IconosquareIE
236 from .ign import IGNIE, OneUPIE
237 from .imdb import (
238     ImdbIE,
239     ImdbListIE
240 )
241 from .imgur import (
242     ImgurIE,
243     ImgurAlbumIE,
244 )
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     MTVDEIE,
344 )
345 from .muenchentv import MuenchenTVIE
346 from .musicplayon import MusicPlayOnIE
347 from .muzu import MuzuTVIE
348 from .mwave import MwaveIE
349 from .myspace import MySpaceIE, MySpaceAlbumIE
350 from .myspass import MySpassIE
351 from .myvi import MyviIE
352 from .myvideo import MyVideoIE
353 from .myvidster import MyVidsterIE
354 from .nationalgeographic import NationalGeographicIE
355 from .naver import NaverIE
356 from .nba import NBAIE
357 from .nbc import (
358     NBCIE,
359     NBCNewsIE,
360     NBCSportsIE,
361     NBCSportsVPlayerIE,
362     MSNBCIE,
363 )
364 from .ndr import (
365     NDRIE,
366     NJoyIE,
367 )
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 .pluralsight import (
458     PluralsightIE,
459     PluralsightCourseIE,
460 )
461 from .podomatic import PodomaticIE
462 from .porn91 import Porn91IE
463 from .pornhd import PornHdIE
464 from .pornhub import (
465     PornHubIE,
466     PornHubPlaylistIE,
467 )
468 from .pornotube import PornotubeIE
469 from .pornovoisines import PornoVoisinesIE
470 from .pornoxo import PornoXOIE
471 from .primesharetv import PrimeShareTVIE
472 from .promptfile import PromptFileIE
473 from .prosiebensat1 import ProSiebenSat1IE
474 from .puls4 import Puls4IE
475 from .pyvideo import PyvideoIE
476 from .qqmusic import (
477     QQMusicIE,
478     QQMusicSingerIE,
479     QQMusicAlbumIE,
480     QQMusicToplistIE,
481     QQMusicPlaylistIE,
482 )
483 from .quickvid import QuickVidIE
484 from .r7 import R7IE
485 from .radiode import RadioDeIE
486 from .radiojavan import RadioJavanIE
487 from .radiobremen import RadioBremenIE
488 from .radiofrance import RadioFranceIE
489 from .rai import RaiIE
490 from .rbmaradio import RBMARadioIE
491 from .rds import RDSIE
492 from .redtube import RedTubeIE
493 from .restudy import RestudyIE
494 from .reverbnation import ReverbNationIE
495 from .ringtv import RingTVIE
496 from .ro220 import Ro220IE
497 from .rottentomatoes import RottenTomatoesIE
498 from .roxwel import RoxwelIE
499 from .rtbf import RTBFIE
500 from .rte import RteIE
501 from .rtlnl import RtlNlIE
502 from .rtl2 import RTL2IE
503 from .rtp import RTPIE
504 from .rts import RTSIE
505 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
506 from .rtvnh import RTVNHIE
507 from .ruhd import RUHDIE
508 from .rutube import (
509     RutubeIE,
510     RutubeChannelIE,
511     RutubeEmbedIE,
512     RutubeMovieIE,
513     RutubePersonIE,
514 )
515 from .rutv import RUTVIE
516 from .ruutu import RuutuIE
517 from .sandia import SandiaIE
518 from .safari import (
519     SafariIE,
520     SafariCourseIE,
521 )
522 from .sapo import SapoIE
523 from .savefrom import SaveFromIE
524 from .sbs import SBSIE
525 from .scivee import SciVeeIE
526 from .screencast import ScreencastIE
527 from .screencastomatic import ScreencastOMaticIE
528 from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
529 from .senateisvp import SenateISVPIE
530 from .servingsys import ServingSysIE
531 from .sexu import SexuIE
532 from .sexykarma import SexyKarmaIE
533 from .shahid import ShahidIE
534 from .shared import SharedIE
535 from .sharesix import ShareSixIE
536 from .sina import SinaIE
537 from .slideshare import SlideshareIE
538 from .slutload import SlutloadIE
539 from .smotri import (
540     SmotriIE,
541     SmotriCommunityIE,
542     SmotriUserIE,
543     SmotriBroadcastIE,
544 )
545 from .snagfilms import (
546     SnagFilmsIE,
547     SnagFilmsEmbedIE,
548 )
549 from .snotr import SnotrIE
550 from .sohu import SohuIE
551 from .soompi import (
552     SoompiIE,
553     SoompiShowIE,
554 )
555 from .soundcloud import (
556     SoundcloudIE,
557     SoundcloudSetIE,
558     SoundcloudUserIE,
559     SoundcloudPlaylistIE
560 )
561 from .soundgasm import (
562     SoundgasmIE,
563     SoundgasmProfileIE
564 )
565 from .southpark import (
566     SouthParkIE,
567     SouthParkDeIE,
568     SouthParkDkIE,
569     SouthParkEsIE,
570     SouthParkNlIE
571 )
572 from .space import SpaceIE
573 from .spankbang import SpankBangIE
574 from .spankwire import SpankwireIE
575 from .spiegel import SpiegelIE, SpiegelArticleIE
576 from .spiegeltv import SpiegeltvIE
577 from .spike import SpikeIE
578 from .sport5 import Sport5IE
579 from .sportbox import (
580     SportBoxIE,
581     SportBoxEmbedIE,
582 )
583 from .sportdeutschland import SportDeutschlandIE
584 from .srf import SrfIE
585 from .srmediathek import SRMediathekIE
586 from .ssa import SSAIE
587 from .stanfordoc import StanfordOpenClassroomIE
588 from .steam import SteamIE
589 from .streamcloud import StreamcloudIE
590 from .streamcz import StreamCZIE
591 from .streetvoice import StreetVoiceIE
592 from .sunporno import SunPornoIE
593 from .svt import (
594     SVTIE,
595     SVTPlayIE,
596 )
597 from .swrmediathek import SWRMediathekIE
598 from .syfy import SyfyIE
599 from .sztvhu import SztvHuIE
600 from .tagesschau import TagesschauIE
601 from .tapely import TapelyIE
602 from .tass import TassIE
603 from .teachertube import (
604     TeacherTubeIE,
605     TeacherTubeUserIE,
606 )
607 from .teachingchannel import TeachingChannelIE
608 from .teamcoco import TeamcocoIE
609 from .techtalks import TechTalksIE
610 from .ted import TEDIE
611 from .telebruxelles import TeleBruxellesIE
612 from .telecinco import TelecincoIE
613 from .telegraaf import TelegraafIE
614 from .telemb import TeleMBIE
615 from .teletask import TeleTaskIE
616 from .tenplay import TenPlayIE
617 from .testurl import TestURLIE
618 from .testtube import TestTubeIE
619 from .tf1 import TF1IE
620 from .theonion import TheOnionIE
621 from .theplatform import (
622     ThePlatformIE,
623     ThePlatformFeedIE,
624 )
625 from .thesixtyone import TheSixtyOneIE
626 from .thisamericanlife import ThisAmericanLifeIE
627 from .thisav import ThisAVIE
628 from .tinypic import TinyPicIE
629 from .tlc import TlcIE, TlcDeIE
630 from .tmz import (
631     TMZIE,
632     TMZArticleIE,
633 )
634 from .tnaflix import (
635     TNAFlixIE,
636     EMPFlixIE,
637     MovieFapIE,
638 )
639 from .thvideo import (
640     THVideoIE,
641     THVideoPlaylistIE
642 )
643 from .toutv import TouTvIE
644 from .toypics import ToypicsUserIE, ToypicsIE
645 from .traileraddict import TrailerAddictIE
646 from .trilulilu import TriluliluIE
647 from .trutube import TruTubeIE
648 from .tube8 import Tube8IE
649 from .tubitv import TubiTvIE
650 from .tudou import TudouIE
651 from .tumblr import TumblrIE
652 from .tunein import TuneInIE
653 from .turbo import TurboIE
654 from .tutv import TutvIE
655 from .tv2 import (
656     TV2IE,
657     TV2ArticleIE,
658 )
659 from .tv4 import TV4IE
660 from .tvc import (
661     TVCIE,
662     TVCArticleIE,
663 )
664 from .tvigle import TvigleIE
665 from .tvp import TvpIE, TvpSeriesIE
666 from .tvplay import TVPlayIE
667 from .tweakers import TweakersIE
668 from .twentyfourvideo import TwentyFourVideoIE
669 from .twentytwotracks import (
670     TwentyTwoTracksIE,
671     TwentyTwoTracksGenreIE
672 )
673 from .twitch import (
674     TwitchVideoIE,
675     TwitchChapterIE,
676     TwitchVodIE,
677     TwitchProfileIE,
678     TwitchPastBroadcastsIE,
679     TwitchBookmarksIE,
680     TwitchStreamIE,
681 )
682 from .twitter import TwitterCardIE
683 from .ubu import UbuIE
684 from .udemy import (
685     UdemyIE,
686     UdemyCourseIE
687 )
688 from .udn import UDNEmbedIE
689 from .ultimedia import UltimediaIE
690 from .unistra import UnistraIE
691 from .urort import UrortIE
692 from .ustream import UstreamIE, UstreamChannelIE
693 from .varzesh3 import Varzesh3IE
694 from .vbox7 import Vbox7IE
695 from .veehd import VeeHDIE
696 from .veoh import VeohIE
697 from .vessel import VesselIE
698 from .vesti import VestiIE
699 from .vevo import VevoIE
700 from .vgtv import (
701     BTArticleIE,
702     BTVestlendingenIE,
703     VGTVIE,
704 )
705 from .vh1 import VH1IE
706 from .vice import ViceIE
707 from .viddler import ViddlerIE
708 from .videodetective import VideoDetectiveIE
709 from .videolecturesnet import VideoLecturesNetIE
710 from .videofyme import VideofyMeIE
711 from .videomega import VideoMegaIE
712 from .videopremium import VideoPremiumIE
713 from .videott import VideoTtIE
714 from .videoweed import VideoWeedIE
715 from .vidme import VidmeIE
716 from .vidzi import VidziIE
717 from .vier import VierIE, VierVideosIE
718 from .viewster import ViewsterIE
719 from .vimeo import (
720     VimeoIE,
721     VimeoAlbumIE,
722     VimeoChannelIE,
723     VimeoGroupsIE,
724     VimeoLikesIE,
725     VimeoReviewIE,
726     VimeoUserIE,
727     VimeoWatchLaterIE,
728 )
729 from .vimple import VimpleIE
730 from .vine import (
731     VineIE,
732     VineUserIE,
733 )
734 from .viki import (
735     VikiIE,
736     VikiChannelIE,
737 )
738 from .vk import (
739     VKIE,
740     VKUserVideosIE,
741 )
742 from .vlive import VLiveIE
743 from .vodlocker import VodlockerIE
744 from .voicerepublic import VoiceRepublicIE
745 from .vporn import VpornIE
746 from .vrt import VRTIE
747 from .vube import VubeIE
748 from .vuclip import VuClipIE
749 from .vulture import VultureIE
750 from .walla import WallaIE
751 from .washingtonpost import WashingtonPostIE
752 from .wat import WatIE
753 from .wayofthemaster import WayOfTheMasterIE
754 from .wdr import (
755     WDRIE,
756     WDRMobileIE,
757     WDRMausIE,
758 )
759 from .webofstories import (
760     WebOfStoriesIE,
761     WebOfStoriesPlaylistIE,
762 )
763 from .weibo import WeiboIE
764 from .wimp import WimpIE
765 from .wistia import WistiaIE
766 from .worldstarhiphop import WorldStarHipHopIE
767 from .wrzuta import WrzutaIE
768 from .wsj import WSJIE
769 from .xbef import XBefIE
770 from .xboxclips import XboxClipsIE
771 from .xhamster import (
772     XHamsterIE,
773     XHamsterEmbedIE,
774 )
775 from .xminus import XMinusIE
776 from .xnxx import XNXXIE
777 from .xstream import XstreamIE
778 from .xtube import XTubeUserIE, XTubeIE
779 from .xuite import XuiteIE
780 from .xvideos import XVideosIE
781 from .xxxymovies import XXXYMoviesIE
782 from .yahoo import (
783     YahooIE,
784     YahooSearchIE,
785 )
786 from .yam import YamIE
787 from .yandexmusic import (
788     YandexMusicTrackIE,
789     YandexMusicAlbumIE,
790     YandexMusicPlaylistIE,
791 )
792 from .yesjapan import YesJapanIE
793 from .yinyuetai import YinYueTaiIE
794 from .ynet import YnetIE
795 from .youjizz import YouJizzIE
796 from .youku import YoukuIE
797 from .youporn import YouPornIE
798 from .yourupload import YourUploadIE
799 from .youtube import (
800     YoutubeIE,
801     YoutubeChannelIE,
802     YoutubeFavouritesIE,
803     YoutubeHistoryIE,
804     YoutubePlaylistIE,
805     YoutubeRecommendedIE,
806     YoutubeSearchDateIE,
807     YoutubeSearchIE,
808     YoutubeSearchURLIE,
809     YoutubeShowIE,
810     YoutubeSubscriptionsIE,
811     YoutubeTruncatedIDIE,
812     YoutubeTruncatedURLIE,
813     YoutubeUserIE,
814     YoutubeWatchLaterIE,
815 )
816 from .zapiks import ZapiksIE
817 from .zdf import ZDFIE, ZDFChannelIE
818 from .zingmp3 import (
819     ZingMp3SongIE,
820     ZingMp3AlbumIE,
821 )
822
823 _ALL_CLASSES = [
824     klass
825     for name, klass in globals().items()
826     if name.endswith('IE') and name != 'GenericIE'
827 ]
828 _ALL_CLASSES.append(GenericIE)
829
830
831 def gen_extractors():
832     """ Return a list of an instance of every supported extractor.
833     The order does matter; the first extractor matched is the one handling the URL.
834     """
835     return [klass() for klass in _ALL_CLASSES]
836
837
838 def list_extractors(age_limit):
839     """
840     Return a list of extractors that are suitable for the given age,
841     sorted by extractor ID.
842     """
843
844     return sorted(
845         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
846         key=lambda ie: ie.IE_NAME.lower())
847
848
849 def get_info_extractor(ie_name):
850     """Returns the info extractor class with the given ie_name"""
851     return globals()[ie_name + 'IE']