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