[KonserthusetPlay] Add new extractor (partial support)
[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 .acast import (
7     ACastIE,
8     ACastChannelIE,
9 )
10 from .addanime import AddAnimeIE
11 from .adobetv import (
12     AdobeTVIE,
13     AdobeTVShowIE,
14     AdobeTVChannelIE,
15     AdobeTVVideoIE,
16 )
17 from .adultswim import AdultSwimIE
18 from .aenetworks import AENetworksIE
19 from .aftonbladet import AftonbladetIE
20 from .airmozilla import AirMozillaIE
21 from .aljazeera import AlJazeeraIE
22 from .alphaporno import AlphaPornoIE
23 from .anitube import AnitubeIE
24 from .anysex import AnySexIE
25 from .aol import AolIE
26 from .allocine import AllocineIE
27 from .aparat import AparatIE
28 from .appleconnect import AppleConnectIE
29 from .appletrailers import (
30     AppleTrailersIE,
31     AppleTrailersSectionIE,
32 )
33 from .archiveorg import ArchiveOrgIE
34 from .ard import (
35     ARDIE,
36     ARDMediathekIE,
37     SportschauIE,
38 )
39 from .arte import (
40     ArteTvIE,
41     ArteTVPlus7IE,
42     ArteTVCreativeIE,
43     ArteTVConcertIE,
44     ArteTVFutureIE,
45     ArteTVCinemaIE,
46     ArteTVDDCIE,
47     ArteTVEmbedIE,
48 )
49 from .atresplayer import AtresPlayerIE
50 from .atttechchannel import ATTTechChannelIE
51 from .audimedia import AudiMediaIE
52 from .audiomack import AudiomackIE, AudiomackAlbumIE
53 from .azubu import AzubuIE, AzubuLiveIE
54 from .baidu import BaiduVideoIE
55 from .bambuser import BambuserIE, BambuserChannelIE
56 from .bandcamp import BandcampIE, BandcampAlbumIE
57 from .bbc import (
58     BBCCoUkIE,
59     BBCCoUkArticleIE,
60     BBCIE,
61 )
62 from .beeg import BeegIE
63 from .behindkink import BehindKinkIE
64 from .beatportpro import BeatportProIE
65 from .bet import BetIE
66 from .bigflix import BigflixIE
67 from .bild import BildIE
68 from .bilibili import BiliBiliIE
69 from .bleacherreport import (
70     BleacherReportIE,
71     BleacherReportCMSIE,
72 )
73 from .blinkx import BlinkxIE
74 from .bloomberg import BloombergIE
75 from .bpb import BpbIE
76 from .br import BRIE
77 from .breakcom import BreakIE
78 from .brightcove import (
79     BrightcoveLegacyIE,
80     BrightcoveNewIE,
81 )
82 from .buzzfeed import BuzzFeedIE
83 from .byutv import BYUtvIE
84 from .c56 import C56IE
85 from .camdemy import (
86     CamdemyIE,
87     CamdemyFolderIE
88 )
89 from .canalplus import CanalplusIE
90 from .canalc2 import Canalc2IE
91 from .canvas import CanvasIE
92 from .cbs import CBSIE
93 from .cbsnews import (
94     CBSNewsIE,
95     CBSNewsLiveVideoIE,
96 )
97 from .cbssports import CBSSportsIE
98 from .ccc import CCCIE
99 from .ceskatelevize import CeskaTelevizeIE
100 from .channel9 import Channel9IE
101 from .chaturbate import ChaturbateIE
102 from .chilloutzone import ChilloutzoneIE
103 from .chirbit import (
104     ChirbitIE,
105     ChirbitProfileIE,
106 )
107 from .cinchcast import CinchcastIE
108 from .cinemassacre import CinemassacreIE
109 from .clipfish import ClipfishIE
110 from .cliphunter import CliphunterIE
111 from .clipsyndicate import ClipsyndicateIE
112 from .cloudy import CloudyIE
113 from .clubic import ClubicIE
114 from .clyp import ClypIE
115 from .cmt import CMTIE
116 from .cnet import CNETIE
117 from .cnn import (
118     CNNIE,
119     CNNBlogsIE,
120     CNNArticleIE,
121 )
122 from .collegehumor import CollegeHumorIE
123 from .collegerama import CollegeRamaIE
124 from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
125 from .comcarcoff import ComCarCoffIE
126 from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
127 from .condenast import CondeNastIE
128 from .cracked import CrackedIE
129 from .criterion import CriterionIE
130 from .crooksandliars import CrooksAndLiarsIE
131 from .crunchyroll import (
132     CrunchyrollIE,
133     CrunchyrollShowPlaylistIE
134 )
135 from .cspan import CSpanIE
136 from .ctsnews import CtsNewsIE
137 from .cultureunplugged import CultureUnpluggedIE
138 from .cwtv import CWTVIE
139 from .dailymotion import (
140     DailymotionIE,
141     DailymotionPlaylistIE,
142     DailymotionUserIE,
143     DailymotionCloudIE,
144 )
145 from .daum import (
146     DaumIE,
147     DaumClipIE,
148     DaumPlaylistIE,
149     DaumUserIE,
150 )
151 from .dbtv import DBTVIE
152 from .dcn import (
153     DCNIE,
154     DCNVideoIE,
155     DCNLiveIE,
156     DCNSeasonIE,
157 )
158 from .dctp import DctpTvIE
159 from .deezer import DeezerPlaylistIE
160 from .democracynow import DemocracynowIE
161 from .dfb import DFBIE
162 from .dhm import DHMIE
163 from .dotsub import DotsubIE
164 from .douyutv import DouyuTVIE
165 from .dplay import DPlayIE
166 from .dramafever import (
167     DramaFeverIE,
168     DramaFeverSeriesIE,
169 )
170 from .dreisat import DreiSatIE
171 from .drbonanza import DRBonanzaIE
172 from .drtuber import DrTuberIE
173 from .drtv import DRTVIE
174 from .dvtv import DVTVIE
175 from .dump import DumpIE
176 from .dumpert import DumpertIE
177 from .defense import DefenseGouvFrIE
178 from .discovery import DiscoveryIE
179 from .dropbox import DropboxIE
180 from .eagleplatform import EaglePlatformIE
181 from .ebaumsworld import EbaumsWorldIE
182 from .echomsk import EchoMskIE
183 from .ehow import EHowIE
184 from .eighttracks import EightTracksIE
185 from .einthusan import EinthusanIE
186 from .eitb import EitbIE
187 from .ellentv import (
188     EllenTVIE,
189     EllenTVClipsIE,
190 )
191 from .elpais import ElPaisIE
192 from .embedly import EmbedlyIE
193 from .engadget import EngadgetIE
194 from .eporner import EpornerIE
195 from .eroprofile import EroProfileIE
196 from .escapist import EscapistIE
197 from .espn import ESPNIE
198 from .esri import EsriVideoIE
199 from .europa import EuropaIE
200 from .everyonesmixtape import EveryonesMixtapeIE
201 from .exfm import ExfmIE
202 from .expotv import ExpoTVIE
203 from .extremetube import ExtremeTubeIE
204 from .facebook import (
205     FacebookIE,
206     FacebookPostIE,
207 )
208 from .faz import FazIE
209 from .fc2 import FC2IE
210 from .fczenit import FczenitIE
211 from .firstpost import FirstpostIE
212 from .firsttv import FirstTVIE
213 from .fivemin import FiveMinIE
214 from .fivetv import FiveTVIE
215 from .fktv import FKTVIE
216 from .flickr import FlickrIE
217 from .folketinget import FolketingetIE
218 from .footyroom import FootyRoomIE
219 from .fourtube import FourTubeIE
220 from .fox import FOXIE
221 from .foxgay import FoxgayIE
222 from .foxnews import FoxNewsIE
223 from .foxsports import FoxSportsIE
224 from .franceculture import (
225     FranceCultureIE,
226     FranceCultureEmissionIE,
227 )
228 from .franceinter import FranceInterIE
229 from .francetv import (
230     PluzzIE,
231     FranceTvInfoIE,
232     FranceTVIE,
233     GenerationQuoiIE,
234     CultureboxIE,
235 )
236 from .freesound import FreesoundIE
237 from .freespeech import FreespeechIE
238 from .freevideo import FreeVideoIE
239 from .funimation import FunimationIE
240 from .funnyordie import FunnyOrDieIE
241 from .gameinformer import GameInformerIE
242 from .gamekings import GamekingsIE
243 from .gameone import (
244     GameOneIE,
245     GameOnePlaylistIE,
246 )
247 from .gamersyde import GamersydeIE
248 from .gamespot import GameSpotIE
249 from .gamestar import GameStarIE
250 from .gametrailers import GametrailersIE
251 from .gazeta import GazetaIE
252 from .gdcvault import GDCVaultIE
253 from .generic import GenericIE
254 from .gfycat import GfycatIE
255 from .giantbomb import GiantBombIE
256 from .giga import GigaIE
257 from .glide import GlideIE
258 from .globo import (
259     GloboIE,
260     GloboArticleIE,
261 )
262 from .godtube import GodTubeIE
263 from .goldenmoustache import GoldenMoustacheIE
264 from .golem import GolemIE
265 from .googledrive import GoogleDriveIE
266 from .googleplus import GooglePlusIE
267 from .googlesearch import GoogleSearchIE
268 from .goshgay import GoshgayIE
269 from .gputechconf import GPUTechConfIE
270 from .groupon import GrouponIE
271 from .hark import HarkIE
272 from .hearthisat import HearThisAtIE
273 from .heise import HeiseIE
274 from .hellporno import HellPornoIE
275 from .helsinki import HelsinkiIE
276 from .hentaistigma import HentaiStigmaIE
277 from .historicfilms import HistoricFilmsIE
278 from .hitbox import HitboxIE, HitboxLiveIE
279 from .hornbunny import HornBunnyIE
280 from .hotnewhiphop import HotNewHipHopIE
281 from .hotstar import HotStarIE
282 from .howcast import HowcastIE
283 from .howstuffworks import HowStuffWorksIE
284 from .huffpost import HuffPostIE
285 from .hypem import HypemIE
286 from .iconosquare import IconosquareIE
287 from .ign import (
288     IGNIE,
289     OneUPIE,
290     PCMagIE,
291 )
292 from .imdb import (
293     ImdbIE,
294     ImdbListIE
295 )
296 from .imgur import (
297     ImgurIE,
298     ImgurAlbumIE,
299 )
300 from .ina import InaIE
301 from .indavideo import (
302     IndavideoIE,
303     IndavideoEmbedIE,
304 )
305 from .infoq import InfoQIE
306 from .instagram import InstagramIE, InstagramUserIE
307 from .internetvideoarchive import InternetVideoArchiveIE
308 from .iprima import IPrimaIE
309 from .iqiyi import IqiyiIE
310 from .ir90tv import Ir90TvIE
311 from .ivi import (
312     IviIE,
313     IviCompilationIE
314 )
315 from .ivideon import IvideonIE
316 from .izlesene import IzleseneIE
317 from .jadorecettepub import JadoreCettePubIE
318 from .jeuxvideo import JeuxVideoIE
319 from .jove import JoveIE
320 from .jwplatform import JWPlatformIE
321 from .jpopsukitv import JpopsukiIE
322 from .kaltura import KalturaIE
323 from .kanalplay import KanalPlayIE
324 from .kankan import KankanIE
325 from .karaoketv import KaraoketvIE
326 from .karrierevideos import KarriereVideosIE
327 from .keezmovies import KeezMoviesIE
328 from .khanacademy import KhanAcademyIE
329 from .kickstarter import KickStarterIE
330 from .keek import KeekIE
331 from .konserthusetplay import KonserthusetPlayIE
332 from .kontrtube import KontrTubeIE
333 from .krasview import KrasViewIE
334 from .ku6 import Ku6IE
335 from .kuwo import (
336     KuwoIE,
337     KuwoAlbumIE,
338     KuwoChartIE,
339     KuwoSingerIE,
340     KuwoCategoryIE,
341     KuwoMvIE,
342 )
343 from .la7 import LA7IE
344 from .laola1tv import Laola1TvIE
345 from .lecture2go import Lecture2GoIE
346 from .lemonde import LemondeIE
347 from .letv import (
348     LetvIE,
349     LetvTvIE,
350     LetvPlaylistIE,
351     LetvCloudIE,
352 )
353 from .libsyn import LibsynIE
354 from .lifenews import (
355     LifeNewsIE,
356     LifeEmbedIE,
357 )
358 from .limelight import (
359     LimelightMediaIE,
360     LimelightChannelIE,
361     LimelightChannelListIE,
362 )
363 from .liveleak import LiveLeakIE
364 from .livestream import (
365     LivestreamIE,
366     LivestreamOriginalIE,
367     LivestreamShortenerIE,
368 )
369 from .lnkgo import LnkGoIE
370 from .lovehomeporn import LoveHomePornIE
371 from .lrt import LRTIE
372 from .lynda import (
373     LyndaIE,
374     LyndaCourseIE
375 )
376 from .m6 import M6IE
377 from .macgamestore import MacGameStoreIE
378 from .mailru import MailRuIE
379 from .makertv import MakerTVIE
380 from .malemotion import MalemotionIE
381 from .matchtv import MatchTVIE
382 from .mdr import MDRIE
383 from .metacafe import MetacafeIE
384 from .metacritic import MetacriticIE
385 from .mgoon import MgoonIE
386 from .minhateca import MinhatecaIE
387 from .ministrygrid import MinistryGridIE
388 from .miomio import MioMioIE
389 from .mit import TechTVMITIE, MITIE, OCWMITIE
390 from .mitele import MiTeleIE
391 from .mixcloud import MixcloudIE
392 from .mlb import MLBIE
393 from .mpora import MporaIE
394 from .moevideo import MoeVideoIE
395 from .mofosex import MofosexIE
396 from .mojvideo import MojvideoIE
397 from .moniker import MonikerIE
398 from .mooshare import MooshareIE
399 from .morningstar import MorningstarIE
400 from .motherless import MotherlessIE
401 from .motorsport import MotorsportIE
402 from .movieclips import MovieClipsIE
403 from .moviezine import MoviezineIE
404 from .mtv import (
405     MTVIE,
406     MTVServicesEmbeddedIE,
407     MTVIggyIE,
408     MTVDEIE,
409 )
410 from .muenchentv import MuenchenTVIE
411 from .musicplayon import MusicPlayOnIE
412 from .muzu import MuzuTVIE
413 from .mwave import MwaveIE
414 from .myspace import MySpaceIE, MySpaceAlbumIE
415 from .myspass import MySpassIE
416 from .myvi import MyviIE
417 from .myvideo import MyVideoIE
418 from .myvidster import MyVidsterIE
419 from .nationalgeographic import NationalGeographicIE
420 from .naver import NaverIE
421 from .nba import NBAIE
422 from .nbc import (
423     NBCIE,
424     NBCNewsIE,
425     NBCSportsIE,
426     NBCSportsVPlayerIE,
427     MSNBCIE,
428 )
429 from .ndr import (
430     NDRIE,
431     NJoyIE,
432     NDREmbedBaseIE,
433     NDREmbedIE,
434     NJoyEmbedIE,
435 )
436 from .ndtv import NDTVIE
437 from .netzkino import NetzkinoIE
438 from .nerdcubed import NerdCubedFeedIE
439 from .nerdist import NerdistIE
440 from .neteasemusic import (
441     NetEaseMusicIE,
442     NetEaseMusicAlbumIE,
443     NetEaseMusicSingerIE,
444     NetEaseMusicListIE,
445     NetEaseMusicMvIE,
446     NetEaseMusicProgramIE,
447     NetEaseMusicDjRadioIE,
448 )
449 from .newgrounds import NewgroundsIE
450 from .newstube import NewstubeIE
451 from .nextmedia import (
452     NextMediaIE,
453     NextMediaActionNewsIE,
454     AppleDailyIE,
455 )
456 from .nextmovie import NextMovieIE
457 from .nfb import NFBIE
458 from .nfl import NFLIE
459 from .nhl import (
460     NHLIE,
461     NHLNewsIE,
462     NHLVideocenterIE,
463 )
464 from .nick import NickIE
465 from .niconico import NiconicoIE, NiconicoPlaylistIE
466 from .ninegag import NineGagIE
467 from .noco import NocoIE
468 from .normalboots import NormalbootsIE
469 from .nosvideo import NosVideoIE
470 from .nova import NovaIE
471 from .novamov import (
472     NovaMovIE,
473     WholeCloudIE,
474     NowVideoIE,
475     VideoWeedIE,
476     CloudTimeIE,
477 )
478 from .nowness import (
479     NownessIE,
480     NownessPlaylistIE,
481     NownessSeriesIE,
482 )
483 from .nowtv import (
484     NowTVIE,
485     NowTVListIE,
486 )
487 from .npo import (
488     NPOIE,
489     NPOLiveIE,
490     NPORadioIE,
491     NPORadioFragmentIE,
492     SchoolTVIE,
493     VPROIE,
494     WNLIE
495 )
496 from .npr import NprIE
497 from .nrk import (
498     NRKIE,
499     NRKPlaylistIE,
500     NRKTVIE,
501 )
502 from .ntvde import NTVDeIE
503 from .ntvru import NTVRuIE
504 from .nytimes import (
505     NYTimesIE,
506     NYTimesArticleIE,
507 )
508 from .nuvid import NuvidIE
509 from .odnoklassniki import OdnoklassnikiIE
510 from .oktoberfesttv import OktoberfestTVIE
511 from .onionstudios import OnionStudiosIE
512 from .ooyala import (
513     OoyalaIE,
514     OoyalaExternalIE,
515 )
516 from .ora import OraTVIE
517 from .orf import (
518     ORFTVthekIE,
519     ORFOE1IE,
520     ORFFM4IE,
521     ORFIPTVIE,
522 )
523 from .pandoratv import PandoraTVIE
524 from .parliamentliveuk import ParliamentLiveUKIE
525 from .patreon import PatreonIE
526 from .pbs import PBSIE
527 from .periscope import PeriscopeIE
528 from .philharmoniedeparis import PhilharmonieDeParisIE
529 from .phoenix import PhoenixIE
530 from .photobucket import PhotobucketIE
531 from .pinkbike import PinkbikeIE
532 from .planetaplay import PlanetaPlayIE
533 from .pladform import PladformIE
534 from .played import PlayedIE
535 from .playfm import PlayFMIE
536 from .playtvak import PlaytvakIE
537 from .playvid import PlayvidIE
538 from .playwire import PlaywireIE
539 from .pluralsight import (
540     PluralsightIE,
541     PluralsightCourseIE,
542 )
543 from .podomatic import PodomaticIE
544 from .porn91 import Porn91IE
545 from .pornhd import PornHdIE
546 from .pornhub import (
547     PornHubIE,
548     PornHubPlaylistIE,
549 )
550 from .pornotube import PornotubeIE
551 from .pornovoisines import PornoVoisinesIE
552 from .pornoxo import PornoXOIE
553 from .primesharetv import PrimeShareTVIE
554 from .promptfile import PromptFileIE
555 from .prosiebensat1 import ProSiebenSat1IE
556 from .puls4 import Puls4IE
557 from .pyvideo import PyvideoIE
558 from .qqmusic import (
559     QQMusicIE,
560     QQMusicSingerIE,
561     QQMusicAlbumIE,
562     QQMusicToplistIE,
563     QQMusicPlaylistIE,
564 )
565 from .quickvid import QuickVidIE
566 from .r7 import R7IE
567 from .radiode import RadioDeIE
568 from .radiojavan import RadioJavanIE
569 from .radiobremen import RadioBremenIE
570 from .radiofrance import RadioFranceIE
571 from .rai import (
572     RaiTVIE,
573     RaiIE,
574 )
575 from .rbmaradio import RBMARadioIE
576 from .rds import RDSIE
577 from .redtube import RedTubeIE
578 from .regiotv import RegioTVIE
579 from .restudy import RestudyIE
580 from .reverbnation import ReverbNationIE
581 from .revision3 import Revision3IE
582 from .ringtv import RingTVIE
583 from .ro220 import Ro220IE
584 from .rottentomatoes import RottenTomatoesIE
585 from .roxwel import RoxwelIE
586 from .rtbf import RTBFIE
587 from .rte import RteIE, RteRadioIE
588 from .rtlnl import RtlNlIE
589 from .rtl2 import RTL2IE
590 from .rtp import RTPIE
591 from .rts import RTSIE
592 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
593 from .rtvnh import RTVNHIE
594 from .ruhd import RUHDIE
595 from .ruleporn import RulePornIE
596 from .rutube import (
597     RutubeIE,
598     RutubeChannelIE,
599     RutubeEmbedIE,
600     RutubeMovieIE,
601     RutubePersonIE,
602 )
603 from .rutv import RUTVIE
604 from .ruutu import RuutuIE
605 from .sandia import SandiaIE
606 from .safari import (
607     SafariIE,
608     SafariCourseIE,
609 )
610 from .sapo import SapoIE
611 from .savefrom import SaveFromIE
612 from .sbs import SBSIE
613 from .scivee import SciVeeIE
614 from .screencast import ScreencastIE
615 from .screencastomatic import ScreencastOMaticIE
616 from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
617 from .senateisvp import SenateISVPIE
618 from .servingsys import ServingSysIE
619 from .sexu import SexuIE
620 from .sexykarma import SexyKarmaIE
621 from .shahid import ShahidIE
622 from .shared import SharedIE
623 from .sharesix import ShareSixIE
624 from .sina import SinaIE
625 from .skynewsarabia import (
626     SkyNewsArabiaIE,
627     SkyNewsArabiaArticleIE,
628 )
629 from .slideshare import SlideshareIE
630 from .slutload import SlutloadIE
631 from .smotri import (
632     SmotriIE,
633     SmotriCommunityIE,
634     SmotriUserIE,
635     SmotriBroadcastIE,
636 )
637 from .snagfilms import (
638     SnagFilmsIE,
639     SnagFilmsEmbedIE,
640 )
641 from .snotr import SnotrIE
642 from .sohu import SohuIE
643 from .soundcloud import (
644     SoundcloudIE,
645     SoundcloudSetIE,
646     SoundcloudUserIE,
647     SoundcloudPlaylistIE,
648     SoundcloudSearchIE
649 )
650 from .soundgasm import (
651     SoundgasmIE,
652     SoundgasmProfileIE
653 )
654 from .southpark import (
655     SouthParkIE,
656     SouthParkDeIE,
657     SouthParkDkIE,
658     SouthParkEsIE,
659     SouthParkNlIE
660 )
661 from .space import SpaceIE
662 from .spankbang import SpankBangIE
663 from .spankwire import SpankwireIE
664 from .spiegel import SpiegelIE, SpiegelArticleIE
665 from .spiegeltv import SpiegeltvIE
666 from .spike import SpikeIE
667 from .stitcher import StitcherIE
668 from .sport5 import Sport5IE
669 from .sportbox import (
670     SportBoxIE,
671     SportBoxEmbedIE,
672 )
673 from .sportdeutschland import SportDeutschlandIE
674 from .srgssr import (
675     SRGSSRIE,
676     SRGSSRPlayIE,
677 )
678 from .srmediathek import SRMediathekIE
679 from .ssa import SSAIE
680 from .stanfordoc import StanfordOpenClassroomIE
681 from .steam import SteamIE
682 from .streamcloud import StreamcloudIE
683 from .streamcz import StreamCZIE
684 from .streetvoice import StreetVoiceIE
685 from .sunporno import SunPornoIE
686 from .svt import (
687     SVTIE,
688     SVTPlayIE,
689 )
690 from .swrmediathek import SWRMediathekIE
691 from .syfy import SyfyIE
692 from .sztvhu import SztvHuIE
693 from .tagesschau import TagesschauIE
694 from .tapely import TapelyIE
695 from .tass import TassIE
696 from .teachertube import (
697     TeacherTubeIE,
698     TeacherTubeUserIE,
699 )
700 from .teachingchannel import TeachingChannelIE
701 from .teamcoco import TeamcocoIE
702 from .techtalks import TechTalksIE
703 from .ted import TEDIE
704 from .tele13 import Tele13IE
705 from .telebruxelles import TeleBruxellesIE
706 from .telecinco import TelecincoIE
707 from .telegraaf import TelegraafIE
708 from .telemb import TeleMBIE
709 from .teletask import TeleTaskIE
710 from .tenplay import TenPlayIE
711 from .testurl import TestURLIE
712 from .tf1 import TF1IE
713 from .theintercept import TheInterceptIE
714 from .theonion import TheOnionIE
715 from .theplatform import (
716     ThePlatformIE,
717     ThePlatformFeedIE,
718 )
719 from .thesixtyone import TheSixtyOneIE
720 from .thisamericanlife import ThisAmericanLifeIE
721 from .thisav import ThisAVIE
722 from .tinypic import TinyPicIE
723 from .tlc import TlcDeIE
724 from .tmz import (
725     TMZIE,
726     TMZArticleIE,
727 )
728 from .tnaflix import (
729     TNAFlixIE,
730     EMPFlixIE,
731     MovieFapIE,
732 )
733 from .toggle import ToggleIE
734 from .thvideo import (
735     THVideoIE,
736     THVideoPlaylistIE
737 )
738 from .toutv import TouTvIE
739 from .toypics import ToypicsUserIE, ToypicsIE
740 from .traileraddict import TrailerAddictIE
741 from .trilulilu import TriluliluIE
742 from .trollvids import TrollvidsIE
743 from .trutube import TruTubeIE
744 from .tube8 import Tube8IE
745 from .tubitv import TubiTvIE
746 from .tudou import (
747     TudouIE,
748     TudouPlaylistIE,
749     TudouAlbumIE,
750 )
751 from .tumblr import TumblrIE
752 from .tunein import (
753     TuneInClipIE,
754     TuneInStationIE,
755     TuneInProgramIE,
756     TuneInTopicIE,
757     TuneInShortenerIE,
758 )
759 from .turbo import TurboIE
760 from .tutv import TutvIE
761 from .tv2 import (
762     TV2IE,
763     TV2ArticleIE,
764 )
765 from .tv4 import TV4IE
766 from .tvc import (
767     TVCIE,
768     TVCArticleIE,
769 )
770 from .tvigle import TvigleIE
771 from .tvland import TVLandIE
772 from .tvp import TvpIE, TvpSeriesIE
773 from .tvplay import TVPlayIE
774 from .tweakers import TweakersIE
775 from .twentyfourvideo import TwentyFourVideoIE
776 from .twentymin import TwentyMinutenIE
777 from .twentytwotracks import (
778     TwentyTwoTracksIE,
779     TwentyTwoTracksGenreIE
780 )
781 from .twitch import (
782     TwitchVideoIE,
783     TwitchChapterIE,
784     TwitchVodIE,
785     TwitchProfileIE,
786     TwitchPastBroadcastsIE,
787     TwitchBookmarksIE,
788     TwitchStreamIE,
789 )
790 from .twitter import TwitterCardIE, TwitterIE
791 from .ubu import UbuIE
792 from .udemy import (
793     UdemyIE,
794     UdemyCourseIE
795 )
796 from .udn import UDNEmbedIE
797 from .digiteka import DigitekaIE
798 from .unistra import UnistraIE
799 from .urort import UrortIE
800 from .ustream import UstreamIE, UstreamChannelIE
801 from .varzesh3 import Varzesh3IE
802 from .vbox7 import Vbox7IE
803 from .veehd import VeeHDIE
804 from .veoh import VeohIE
805 from .vessel import VesselIE
806 from .vesti import VestiIE
807 from .vevo import VevoIE
808 from .vgtv import (
809     BTArticleIE,
810     BTVestlendingenIE,
811     VGTVIE,
812 )
813 from .vh1 import VH1IE
814 from .vice import ViceIE
815 from .viddler import ViddlerIE
816 from .videodetective import VideoDetectiveIE
817 from .videofyme import VideofyMeIE
818 from .videomega import VideoMegaIE
819 from .videomore import (
820     VideomoreIE,
821     VideomoreVideoIE,
822     VideomoreSeasonIE,
823 )
824 from .videopremium import VideoPremiumIE
825 from .videott import VideoTtIE
826 from .vidme import (
827     VidmeIE,
828     VidmeUserIE,
829     VidmeUserLikesIE,
830 )
831 from .vidzi import VidziIE
832 from .vier import VierIE, VierVideosIE
833 from .viewster import ViewsterIE
834 from .viidea import ViideaIE
835 from .vimeo import (
836     VimeoIE,
837     VimeoAlbumIE,
838     VimeoChannelIE,
839     VimeoGroupsIE,
840     VimeoLikesIE,
841     VimeoReviewIE,
842     VimeoUserIE,
843     VimeoWatchLaterIE,
844 )
845 from .vimple import VimpleIE
846 from .vine import (
847     VineIE,
848     VineUserIE,
849 )
850 from .viki import (
851     VikiIE,
852     VikiChannelIE,
853 )
854 from .vk import (
855     VKIE,
856     VKUserVideosIE,
857 )
858 from .vlive import VLiveIE
859 from .vodlocker import VodlockerIE
860 from .voicerepublic import VoiceRepublicIE
861 from .vporn import VpornIE
862 from .vrt import VRTIE
863 from .vube import VubeIE
864 from .vuclip import VuClipIE
865 from .vulture import VultureIE
866 from .walla import WallaIE
867 from .washingtonpost import WashingtonPostIE
868 from .wat import WatIE
869 from .wayofthemaster import WayOfTheMasterIE
870 from .wdr import (
871     WDRIE,
872     WDRMobileIE,
873     WDRMausIE,
874 )
875 from .webofstories import (
876     WebOfStoriesIE,
877     WebOfStoriesPlaylistIE,
878 )
879 from .weibo import WeiboIE
880 from .weiqitv import WeiqiTVIE
881 from .wimp import WimpIE
882 from .wistia import WistiaIE
883 from .worldstarhiphop import WorldStarHipHopIE
884 from .wrzuta import WrzutaIE
885 from .wsj import WSJIE
886 from .xbef import XBefIE
887 from .xboxclips import XboxClipsIE
888 from .xfileshare import XFileShareIE
889 from .xhamster import (
890     XHamsterIE,
891     XHamsterEmbedIE,
892 )
893 from .xminus import XMinusIE
894 from .xnxx import XNXXIE
895 from .xstream import XstreamIE
896 from .xtube import XTubeUserIE, XTubeIE
897 from .xuite import XuiteIE
898 from .xvideos import XVideosIE
899 from .xxxymovies import XXXYMoviesIE
900 from .yahoo import (
901     YahooIE,
902     YahooSearchIE,
903 )
904 from .yam import YamIE
905 from .yandexmusic import (
906     YandexMusicTrackIE,
907     YandexMusicAlbumIE,
908     YandexMusicPlaylistIE,
909 )
910 from .yesjapan import YesJapanIE
911 from .yinyuetai import YinYueTaiIE
912 from .ynet import YnetIE
913 from .youjizz import YouJizzIE
914 from .youku import YoukuIE
915 from .youporn import YouPornIE
916 from .yourupload import YourUploadIE
917 from .youtube import (
918     YoutubeIE,
919     YoutubeChannelIE,
920     YoutubeFavouritesIE,
921     YoutubeHistoryIE,
922     YoutubePlaylistIE,
923     YoutubeRecommendedIE,
924     YoutubeSearchDateIE,
925     YoutubeSearchIE,
926     YoutubeSearchURLIE,
927     YoutubeShowIE,
928     YoutubeSubscriptionsIE,
929     YoutubeTruncatedIDIE,
930     YoutubeTruncatedURLIE,
931     YoutubeUserIE,
932     YoutubePlaylistsIE,
933     YoutubeWatchLaterIE,
934 )
935 from .zapiks import ZapiksIE
936 from .zdf import ZDFIE, ZDFChannelIE
937 from .zingmp3 import (
938     ZingMp3SongIE,
939     ZingMp3AlbumIE,
940 )
941 from .zippcast import ZippCastIE
942
943 _ALL_CLASSES = [
944     klass
945     for name, klass in globals().items()
946     if name.endswith('IE') and name != 'GenericIE'
947 ]
948 _ALL_CLASSES.append(GenericIE)
949
950
951 def gen_extractors():
952     """ Return a list of an instance of every supported extractor.
953     The order does matter; the first extractor matched is the one handling the URL.
954     """
955     return [klass() for klass in _ALL_CLASSES]
956
957
958 def list_extractors(age_limit):
959     """
960     Return a list of extractors that are suitable for the given age,
961     sorted by extractor ID.
962     """
963
964     return sorted(
965         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
966         key=lambda ie: ie.IE_NAME.lower())
967
968
969 def get_info_extractor(ie_name):
970     """Returns the info extractor class with the given ie_name"""
971     return globals()[ie_name + 'IE']