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