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