Add new extractor
[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     BBCCoUkArticleIE,
49     BBCIE,
50 )
51 from .beeg import BeegIE
52 from .behindkink import BehindKinkIE
53 from .beatportpro import BeatportProIE
54 from .bet import BetIE
55 from .bild import BildIE
56 from .bilibili import BiliBiliIE
57 from .blinkx import BlinkxIE
58 from .bliptv import BlipTVIE, BlipTVUserIE
59 from .bloomberg import BloombergIE
60 from .bpb import BpbIE
61 from .br import BRIE
62 from .breakcom import BreakIE
63 from .brightcove import BrightcoveIE
64 from .buzzfeed import BuzzFeedIE
65 from .byutv import BYUtvIE
66 from .c56 import C56IE
67 from .camdemy import (
68     CamdemyIE,
69     CamdemyFolderIE
70 )
71 from .canal13cl import Canal13clIE
72 from .canalplus import CanalplusIE
73 from .canalc2 import Canalc2IE
74 from .cbs import CBSIE
75 from .cbsnews import CBSNewsIE
76 from .cbssports import CBSSportsIE
77 from .ccc import CCCIE
78 from .ceskatelevize import CeskaTelevizeIE
79 from .channel9 import Channel9IE
80 from .chaturbate import ChaturbateIE
81 from .chilloutzone import ChilloutzoneIE
82 from .chirbit import (
83     ChirbitIE,
84     ChirbitProfileIE,
85 )
86 from .cinchcast import CinchcastIE
87 from .cinemassacre import CinemassacreIE
88 from .clipfish import ClipfishIE
89 from .cliphunter import CliphunterIE
90 from .clipsyndicate import ClipsyndicateIE
91 from .cloudy import CloudyIE
92 from .clubic import ClubicIE
93 from .clyp import ClypIE
94 from .cmt import CMTIE
95 from .cnet import CNETIE
96 from .cnn import (
97     CNNIE,
98     CNNBlogsIE,
99     CNNArticleIE,
100 )
101 from .collegehumor import CollegeHumorIE
102 from .collegerama import CollegeRamaIE
103 from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
104 from .comcarcoff import ComCarCoffIE
105 from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
106 from .condenast import CondeNastIE
107 from .cracked import CrackedIE
108 from .criterion import CriterionIE
109 from .crooksandliars import CrooksAndLiarsIE
110 from .crunchyroll import (
111     CrunchyrollIE,
112     CrunchyrollShowPlaylistIE
113 )
114 from .cspan import CSpanIE
115 from .ctsnews import CtsNewsIE
116 from .dailymotion import (
117     DailymotionIE,
118     DailymotionPlaylistIE,
119     DailymotionUserIE,
120     DailymotionCloudIE,
121 )
122 from .daum import DaumIE
123 from .dbtv import DBTVIE
124 from .dcn import DCNIE
125 from .dctp import DctpTvIE
126 from .deezer import DeezerPlaylistIE
127 from .dfb import DFBIE
128 from .dhm import DHMIE
129 from .dotsub import DotsubIE
130 from .douyutv import DouyuTVIE
131 from .dramafever import (
132     DramaFeverIE,
133     DramaFeverSeriesIE,
134 )
135 from .dreisat import DreiSatIE
136 from .drbonanza import DRBonanzaIE
137 from .drtuber import DrTuberIE
138 from .drtv import DRTVIE
139 from .dvtv import DVTVIE
140 from .dump import DumpIE
141 from .dumpert import DumpertIE
142 from .defense import DefenseGouvFrIE
143 from .discovery import DiscoveryIE
144 from .dropbox import DropboxIE
145 from .eagleplatform import EaglePlatformIE
146 from .ebaumsworld import EbaumsWorldIE
147 from .echomsk import EchoMskIE
148 from .ehow import EHowIE
149 from .eighttracks import EightTracksIE
150 from .einthusan import EinthusanIE
151 from .eitb import EitbIE
152 from .ellentv import (
153     EllenTVIE,
154     EllenTVClipsIE,
155 )
156 from .elpais import ElPaisIE
157 from .embedly import EmbedlyIE
158 from .engadget import EngadgetIE
159 from .eporner import EpornerIE
160 from .eroprofile import EroProfileIE
161 from .escapist import EscapistIE
162 from .espn import ESPNIE
163 from .esri import EsriVideoIE
164 from .europa import EuropaIE
165 from .everyonesmixtape import EveryonesMixtapeIE
166 from .exfm import ExfmIE
167 from .expotv import ExpoTVIE
168 from .extremetube import ExtremeTubeIE
169 from .facebook import FacebookIE
170 from .faz import FazIE
171 from .fc2 import FC2IE
172 from .fczenit import FczenitIE
173 from .firstpost import FirstpostIE
174 from .firsttv import FirstTVIE
175 from .fivemin import FiveMinIE
176 from .fivetv import FiveTVIE
177 from .fktv import FKTVIE
178 from .flickr import FlickrIE
179 from .folketinget import FolketingetIE
180 from .footyroom import FootyRoomIE
181 from .fourtube import FourTubeIE
182 from .foxgay import FoxgayIE
183 from .foxnews import FoxNewsIE
184 from .foxsports import FoxSportsIE
185 from .franceculture import FranceCultureIE
186 from .franceinter import FranceInterIE
187 from .francetv import (
188     PluzzIE,
189     FranceTvInfoIE,
190     FranceTVIE,
191     GenerationQuoiIE,
192     CultureboxIE,
193 )
194 from .freesound import FreesoundIE
195 from .freespeech import FreespeechIE
196 from .freevideo import FreeVideoIE
197 from .funnyordie import FunnyOrDieIE
198 from .gamekings import GamekingsIE
199 from .gameone import (
200     GameOneIE,
201     GameOnePlaylistIE,
202 )
203 from .gamersyde import GamersydeIE
204 from .gamespot import GameSpotIE
205 from .gamestar import GameStarIE
206 from .gametrailers import GametrailersIE
207 from .gazeta import GazetaIE
208 from .gdcvault import GDCVaultIE
209 from .generic import GenericIE
210 from .gfycat import GfycatIE
211 from .giantbomb import GiantBombIE
212 from .giga import GigaIE
213 from .glide import GlideIE
214 from .globo import GloboIE
215 from .godtube import GodTubeIE
216 from .goldenmoustache import GoldenMoustacheIE
217 from .golem import GolemIE
218 from .googleplus import GooglePlusIE
219 from .googlesearch import GoogleSearchIE
220 from .gorillavid import GorillaVidIE
221 from .goshgay import GoshgayIE
222 from .groupon import GrouponIE
223 from .hark import HarkIE
224 from .hearthisat import HearThisAtIE
225 from .heise import HeiseIE
226 from .hellporno import HellPornoIE
227 from .helsinki import HelsinkiIE
228 from .hentaistigma import HentaiStigmaIE
229 from .historicfilms import HistoricFilmsIE
230 from .history import HistoryIE
231 from .hitbox import HitboxIE, HitboxLiveIE
232 from .hornbunny import HornBunnyIE
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 .kika import KikaIE
278 from .keek import KeekIE
279 from .kontrtube import KontrTubeIE
280 from .krasview import KrasViewIE
281 from .ku6 import Ku6IE
282 from .kuwo import (
283     KuwoIE,
284     KuwoAlbumIE,
285     KuwoChartIE,
286     KuwoSingerIE,
287     KuwoCategoryIE,
288     KuwoMvIE,
289 )
290 from .la7 import LA7IE
291 from .laola1tv import Laola1TvIE
292 from .lecture2go import Lecture2GoIE
293 from .letv import (
294     LetvIE,
295     LetvTvIE,
296     LetvPlaylistIE
297 )
298 from .libsyn import LibsynIE
299 from .lifenews import (
300     LifeNewsIE,
301     LifeEmbedIE,
302 )
303 from .limelight import (
304     LimelightMediaIE,
305     LimelightChannelIE,
306     LimelightChannelListIE,
307 )
308 from .liveleak import LiveLeakIE
309 from .livestream import (
310     LivestreamIE,
311     LivestreamOriginalIE,
312     LivestreamShortenerIE,
313 )
314 from .lnkgo import LnkGoIE
315 from .lrt import LRTIE
316 from .lynda import (
317     LyndaIE,
318     LyndaCourseIE
319 )
320 from .m6 import M6IE
321 from .macgamestore import MacGameStoreIE
322 from .mailru import MailRuIE
323 from .malemotion import MalemotionIE
324 from .mdr import MDRIE
325 from .metacafe import MetacafeIE
326 from .metacritic import MetacriticIE
327 from .mgoon import MgoonIE
328 from .minhateca import MinhatecaIE
329 from .ministrygrid import MinistryGridIE
330 from .miomio import MioMioIE
331 from .mit import TechTVMITIE, MITIE, OCWMITIE
332 from .mitele import MiTeleIE
333 from .mixcloud import MixcloudIE
334 from .mlb import MLBIE
335 from .mpora import MporaIE
336 from .moevideo import MoeVideoIE
337 from .mofosex import MofosexIE
338 from .mojvideo import MojvideoIE
339 from .moniker import MonikerIE
340 from .mooshare import MooshareIE
341 from .morningstar import MorningstarIE
342 from .motherless import MotherlessIE
343 from .motorsport import MotorsportIE
344 from .movieclips import MovieClipsIE
345 from .moviezine import MoviezineIE
346 from .movshare import MovShareIE
347 from .mtv import (
348     MTVIE,
349     MTVServicesEmbeddedIE,
350     MTVIggyIE,
351     MTVDEIE,
352 )
353 from .muenchentv import MuenchenTVIE
354 from .musicplayon import MusicPlayOnIE
355 from .muzu import MuzuTVIE
356 from .mwave import MwaveIE
357 from .myspace import MySpaceIE, MySpaceAlbumIE
358 from .myspass import MySpassIE
359 from .myvi import MyviIE
360 from .myvideo import MyVideoIE
361 from .myvidster import MyVidsterIE
362 from .nationalgeographic import NationalGeographicIE
363 from .naver import NaverIE
364 from .nba import NBAIE
365 from .nbc import (
366     NBCIE,
367     NBCNewsIE,
368     NBCSportsIE,
369     NBCSportsVPlayerIE,
370     MSNBCIE,
371 )
372 from .ndr import (
373     NDRIE,
374     NJoyIE,
375     NDREmbedBaseIE,
376     NDREmbedIE,
377     NJoyEmbedIE,
378 )
379 from .ndtv import NDTVIE
380 from .netzkino import NetzkinoIE
381 from .nerdcubed import NerdCubedFeedIE
382 from .nerdist import NerdistIE
383 from .neteasemusic import (
384     NetEaseMusicIE,
385     NetEaseMusicAlbumIE,
386     NetEaseMusicSingerIE,
387     NetEaseMusicListIE,
388     NetEaseMusicMvIE,
389     NetEaseMusicProgramIE,
390     NetEaseMusicDjRadioIE,
391 )
392 from .newgrounds import NewgroundsIE
393 from .newstube import NewstubeIE
394 from .nextmedia import (
395     NextMediaIE,
396     NextMediaActionNewsIE,
397     AppleDailyIE,
398 )
399 from .nfb import NFBIE
400 from .nfl import NFLIE
401 from .nhl import (
402     NHLIE,
403     NHLNewsIE,
404     NHLVideocenterIE,
405 )
406 from .niconico import NiconicoIE, NiconicoPlaylistIE
407 from .ninegag import NineGagIE
408 from .noco import NocoIE
409 from .normalboots import NormalbootsIE
410 from .nosvideo import NosVideoIE
411 from .nova import NovaIE
412 from .novamov import NovaMovIE
413 from .nowness import (
414     NownessIE,
415     NownessPlaylistIE,
416     NownessSeriesIE,
417 )
418 from .nowtv import NowTVIE
419 from .nowvideo import NowVideoIE
420 from .npo import (
421     NPOIE,
422     NPOLiveIE,
423     NPORadioIE,
424     NPORadioFragmentIE,
425     VPROIE,
426     WNLIE
427 )
428 from .nrk import (
429     NRKIE,
430     NRKPlaylistIE,
431     NRKTVIE,
432 )
433 from .ntvde import NTVDeIE
434 from .ntvru import NTVRuIE
435 from .nytimes import (
436     NYTimesIE,
437     NYTimesArticleIE,
438 )
439 from .nuvid import NuvidIE
440 from .odnoklassniki import OdnoklassnikiIE
441 from .oktoberfesttv import OktoberfestTVIE
442 from .onionstudios import OnionStudiosIE
443 from .ooyala import (
444     OoyalaIE,
445     OoyalaExternalIE,
446 )
447 from .orf import (
448     ORFTVthekIE,
449     ORFOE1IE,
450     ORFFM4IE,
451     ORFIPTVIE,
452 )
453 from .parliamentliveuk import ParliamentLiveUKIE
454 from .patreon import PatreonIE
455 from .pbs import PBSIE
456 from .periscope import (
457     PeriscopeIE,
458     QuickscopeIE,
459 )
460 from .philharmoniedeparis import PhilharmonieDeParisIE
461 from .phoenix import PhoenixIE
462 from .photobucket import PhotobucketIE
463 from .pinkbike import PinkbikeIE
464 from .planetaplay import PlanetaPlayIE
465 from .pladform import PladformIE
466 from .played import PlayedIE
467 from .playfm import PlayFMIE
468 from .playtvak import PlaytvakIE
469 from .playvid import PlayvidIE
470 from .playwire import PlaywireIE
471 from .pluralsight import (
472     PluralsightIE,
473     PluralsightCourseIE,
474 )
475 from .podomatic import PodomaticIE
476 from .porn91 import Porn91IE
477 from .pornhd import PornHdIE
478 from .pornhub import (
479     PornHubIE,
480     PornHubPlaylistIE,
481 )
482 from .pornotube import PornotubeIE
483 from .pornovoisines import PornoVoisinesIE
484 from .pornoxo import PornoXOIE
485 from .primesharetv import PrimeShareTVIE
486 from .promptfile import PromptFileIE
487 from .prosiebensat1 import ProSiebenSat1IE
488 from .puls4 import Puls4IE
489 from .pyvideo import PyvideoIE
490 from .qqmusic import (
491     QQMusicIE,
492     QQMusicSingerIE,
493     QQMusicAlbumIE,
494     QQMusicToplistIE,
495     QQMusicPlaylistIE,
496 )
497 from .quickvid import QuickVidIE
498 from .r7 import R7IE
499 from .radiode import RadioDeIE
500 from .radiojavan import RadioJavanIE
501 from .radiobremen import RadioBremenIE
502 from .radiofrance import RadioFranceIE
503 from .rai import RaiIE
504 from .rbmaradio import RBMARadioIE
505 from .rds import RDSIE
506 from .redtube import RedTubeIE
507 from .restudy import RestudyIE
508 from .reverbnation import ReverbNationIE
509 from .ringtv import RingTVIE
510 from .ro220 import Ro220IE
511 from .rottentomatoes import RottenTomatoesIE
512 from .roxwel import RoxwelIE
513 from .rtbf import RTBFIE
514 from .rte import RteIE
515 from .rtlnl import RtlNlIE
516 from .rtl2 import RTL2IE
517 from .rtp import RTPIE
518 from .rts import RTSIE
519 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
520 from .rtvnh import RTVNHIE
521 from .ruhd import RUHDIE
522 from .rutube import (
523     RutubeIE,
524     RutubeChannelIE,
525     RutubeEmbedIE,
526     RutubeMovieIE,
527     RutubePersonIE,
528 )
529 from .rutv import RUTVIE
530 from .ruutu import RuutuIE
531 from .sandia import SandiaIE
532 from .safari import (
533     SafariIE,
534     SafariCourseIE,
535 )
536 from .sapo import SapoIE
537 from .savefrom import SaveFromIE
538 from .sbs import SBSIE
539 from .scivee import SciVeeIE
540 from .screencast import ScreencastIE
541 from .screencastomatic import ScreencastOMaticIE
542 from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
543 from .senateisvp import SenateISVPIE
544 from .servingsys import ServingSysIE
545 from .sexu import SexuIE
546 from .sexykarma import SexyKarmaIE
547 from .shahid import ShahidIE
548 from .shared import SharedIE
549 from .sharesix import ShareSixIE
550 from .sina import SinaIE
551 from .slideshare import SlideshareIE
552 from .slutload import SlutloadIE
553 from .smotri import (
554     SmotriIE,
555     SmotriCommunityIE,
556     SmotriUserIE,
557     SmotriBroadcastIE,
558 )
559 from .snagfilms import (
560     SnagFilmsIE,
561     SnagFilmsEmbedIE,
562 )
563 from .snotr import SnotrIE
564 from .sohu import SohuIE
565 from .soompi import (
566     SoompiIE,
567     SoompiShowIE,
568 )
569 from .soundcloud import (
570     SoundcloudIE,
571     SoundcloudSetIE,
572     SoundcloudUserIE,
573     SoundcloudPlaylistIE
574 )
575 from .soundgasm import (
576     SoundgasmIE,
577     SoundgasmProfileIE
578 )
579 from .southpark import (
580     SouthParkIE,
581     SouthParkDeIE,
582     SouthParkDkIE,
583     SouthParkEsIE,
584     SouthParkNlIE
585 )
586 from .space import SpaceIE
587 from .spankbang import SpankBangIE
588 from .spankwire import SpankwireIE
589 from .spiegel import SpiegelIE, SpiegelArticleIE
590 from .spiegeltv import SpiegeltvIE
591 from .spike import SpikeIE
592 from .stitcher import StitcherIE
593 from .sport5 import Sport5IE
594 from .sportbox import (
595     SportBoxIE,
596     SportBoxEmbedIE,
597 )
598 from .sportdeutschland import SportDeutschlandIE
599 from .srf import SrfIE
600 from .srmediathek import SRMediathekIE
601 from .ssa import SSAIE
602 from .stanfordoc import StanfordOpenClassroomIE
603 from .steam import SteamIE
604 from .streamcloud import StreamcloudIE
605 from .streamcz import StreamCZIE
606 from .streetvoice import StreetVoiceIE
607 from .sunporno import SunPornoIE
608 from .svt import (
609     SVTIE,
610     SVTPlayIE,
611 )
612 from .swrmediathek import SWRMediathekIE
613 from .syfy import SyfyIE
614 from .sztvhu import SztvHuIE
615 from .tagesschau import TagesschauIE
616 from .tapely import TapelyIE
617 from .tass import TassIE
618 from .teachertube import (
619     TeacherTubeIE,
620     TeacherTubeUserIE,
621 )
622 from .teachingchannel import TeachingChannelIE
623 from .teamcoco import TeamcocoIE
624 from .techtalks import TechTalksIE
625 from .ted import TEDIE
626 from .telebruxelles import TeleBruxellesIE
627 from .telecinco import TelecincoIE
628 from .telegraaf import TelegraafIE
629 from .telemb import TeleMBIE
630 from .teletask import TeleTaskIE
631 from .tenplay import TenPlayIE
632 from .testurl import TestURLIE
633 from .testtube import TestTubeIE
634 from .tf1 import TF1IE
635 from .theonion import TheOnionIE
636 from .theplatform import (
637     ThePlatformIE,
638     ThePlatformFeedIE,
639 )
640 from .thesixtyone import TheSixtyOneIE
641 from .thisamericanlife import ThisAmericanLifeIE
642 from .thisav import ThisAVIE
643 from .tinypic import TinyPicIE
644 from .tlc import TlcIE, TlcDeIE
645 from .tmz import (
646     TMZIE,
647     TMZArticleIE,
648 )
649 from .tnaflix import (
650     TNAFlixIE,
651     EMPFlixIE,
652     MovieFapIE,
653 )
654 from .thvideo import (
655     THVideoIE,
656     THVideoPlaylistIE
657 )
658 from .toutv import TouTvIE
659 from .toypics import ToypicsUserIE, ToypicsIE
660 from .traileraddict import TrailerAddictIE
661 from .trilulilu import TriluliluIE
662 from .trutube import TruTubeIE
663 from .tube8 import Tube8IE
664 from .tubitv import TubiTvIE
665 from .tudou import TudouIE
666 from .tumblr import TumblrIE
667 from .tunein import TuneInIE
668 from .turbo import TurboIE
669 from .tutv import TutvIE
670 from .tv2 import (
671     TV2IE,
672     TV2ArticleIE,
673 )
674 from .tv4 import TV4IE
675 from .tvc import (
676     TVCIE,
677     TVCArticleIE,
678 )
679 from .tvigle import TvigleIE
680 from .tvp import TvpIE, TvpSeriesIE
681 from .tvplay import TVPlayIE
682 from .tweakers import TweakersIE
683 from .twentyfourvideo import TwentyFourVideoIE
684 from .twentytwotracks import (
685     TwentyTwoTracksIE,
686     TwentyTwoTracksGenreIE
687 )
688 from .twitch import (
689     TwitchVideoIE,
690     TwitchChapterIE,
691     TwitchVodIE,
692     TwitchProfileIE,
693     TwitchPastBroadcastsIE,
694     TwitchBookmarksIE,
695     TwitchStreamIE,
696 )
697 from .twitter import TwitterCardIE, TwitterIE
698 from .ubu import UbuIE
699 from .udemy import (
700     UdemyIE,
701     UdemyCourseIE
702 )
703 from .udn import UDNEmbedIE
704 from .ultimedia import UltimediaIE
705 from .unistra import UnistraIE
706 from .urort import UrortIE
707 from .ustream import UstreamIE, UstreamChannelIE
708 from .varzesh3 import Varzesh3IE
709 from .vbox7 import Vbox7IE
710 from .veehd import VeeHDIE
711 from .veoh import VeohIE
712 from .vessel import VesselIE
713 from .vesti import VestiIE
714 from .vevo import VevoIE
715 from .vgtv import (
716     BTArticleIE,
717     BTVestlendingenIE,
718     VGTVIE,
719 )
720 from .vh1 import VH1IE
721 from .vice import ViceIE
722 from .viddler import ViddlerIE
723 from .videodetective import VideoDetectiveIE
724 from .videolecturesnet import VideoLecturesNetIE
725 from .videofyme import VideofyMeIE
726 from .videomega import VideoMegaIE
727 from .videopremium import VideoPremiumIE
728 from .videott import VideoTtIE
729 from .videoweed import VideoWeedIE
730 from .vidme import VidmeIE
731 from .vidzi import VidziIE
732 from .vier import VierIE, VierVideosIE
733 from .viewster import ViewsterIE
734 from .vimeo import (
735     VimeoIE,
736     VimeoAlbumIE,
737     VimeoChannelIE,
738     VimeoGroupsIE,
739     VimeoLikesIE,
740     VimeoReviewIE,
741     VimeoUserIE,
742     VimeoWatchLaterIE,
743 )
744 from .vimple import VimpleIE
745 from .vine import (
746     VineIE,
747     VineUserIE,
748 )
749 from .viki import (
750     VikiIE,
751     VikiChannelIE,
752 )
753 from .vk import (
754     VKIE,
755     VKUserVideosIE,
756 )
757 from .vlive import VLiveIE
758 from .vodlocker import VodlockerIE
759 from .voicerepublic import VoiceRepublicIE
760 from .vporn import VpornIE
761 from .vrt import VRTIE
762 from .vube import VubeIE
763 from .vuclip import VuClipIE
764 from .vulture import VultureIE
765 from .walla import WallaIE
766 from .washingtonpost import WashingtonPostIE
767 from .wat import WatIE
768 from .wayofthemaster import WayOfTheMasterIE
769 from .wdr import (
770     WDRIE,
771     WDRMobileIE,
772     WDRMausIE,
773 )
774 from .webofstories import (
775     WebOfStoriesIE,
776     WebOfStoriesPlaylistIE,
777 )
778 from .weibo import WeiboIE
779 from .wimp import WimpIE
780 from .wistia import WistiaIE
781 from .worldstarhiphop import WorldStarHipHopIE
782 from .wrzuta import WrzutaIE
783 from .wsj import WSJIE
784 from .xbef import XBefIE
785 from .xboxclips import XboxClipsIE
786 from .xhamster import (
787     XHamsterIE,
788     XHamsterEmbedIE,
789 )
790 from .xminus import XMinusIE
791 from .xnxx import XNXXIE
792 from .xstream import XstreamIE
793 from .xtube import XTubeUserIE, XTubeIE
794 from .xuite import XuiteIE
795 from .xvideos import XVideosIE
796 from .xxxymovies import XXXYMoviesIE
797 from .yahoo import (
798     YahooIE,
799     YahooSearchIE,
800 )
801 from .yam import YamIE
802 from .yandexmusic import (
803     YandexMusicTrackIE,
804     YandexMusicAlbumIE,
805     YandexMusicPlaylistIE,
806 )
807 from .yesjapan import YesJapanIE
808 from .yinyuetai import YinYueTaiIE
809 from .ynet import YnetIE
810 from .youjizz import YouJizzIE
811 from .youku import YoukuIE
812 from .youporn import YouPornIE
813 from .yourupload import YourUploadIE
814 from .youtube import (
815     YoutubeIE,
816     YoutubeChannelIE,
817     YoutubeFavouritesIE,
818     YoutubeHistoryIE,
819     YoutubePlaylistIE,
820     YoutubeRecommendedIE,
821     YoutubeSearchDateIE,
822     YoutubeSearchIE,
823     YoutubeSearchURLIE,
824     YoutubeShowIE,
825     YoutubeSubscriptionsIE,
826     YoutubeTruncatedIDIE,
827     YoutubeTruncatedURLIE,
828     YoutubeUserIE,
829     YoutubeWatchLaterIE,
830 )
831 from .zapiks import ZapiksIE
832 from .zdf import ZDFIE, ZDFChannelIE
833 from .zingmp3 import (
834     ZingMp3SongIE,
835     ZingMp3AlbumIE,
836 )
837
838 _ALL_CLASSES = [
839     klass
840     for name, klass in globals().items()
841     if name.endswith('IE') and name != 'GenericIE'
842 ]
843 _ALL_CLASSES.append(GenericIE)
844
845
846 def gen_extractors():
847     """ Return a list of an instance of every supported extractor.
848     The order does matter; the first extractor matched is the one handling the URL.
849     """
850     return [klass() for klass in _ALL_CLASSES]
851
852
853 def list_extractors(age_limit):
854     """
855     Return a list of extractors that are suitable for the given age,
856     sorted by extractor ID.
857     """
858
859     return sorted(
860         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
861         key=lambda ie: ie.IE_NAME.lower())
862
863
864 def get_info_extractor(ie_name):
865     """Returns the info extractor class with the given ie_name"""
866     return globals()[ie_name + 'IE']