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