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