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