[nbc] add new extractor for csnne.com(#5432)
[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     CSNNEIE,
446     NBCIE,
447     NBCNewsIE,
448     NBCSportsIE,
449     NBCSportsVPlayerIE,
450     MSNBCIE,
451 )
452 from .ndr import (
453     NDRIE,
454     NJoyIE,
455     NDREmbedBaseIE,
456     NDREmbedIE,
457     NJoyEmbedIE,
458 )
459 from .ndtv import NDTVIE
460 from .netzkino import NetzkinoIE
461 from .nerdcubed import NerdCubedFeedIE
462 from .nerdist import NerdistIE
463 from .neteasemusic import (
464     NetEaseMusicIE,
465     NetEaseMusicAlbumIE,
466     NetEaseMusicSingerIE,
467     NetEaseMusicListIE,
468     NetEaseMusicMvIE,
469     NetEaseMusicProgramIE,
470     NetEaseMusicDjRadioIE,
471 )
472 from .newgrounds import NewgroundsIE
473 from .newstube import NewstubeIE
474 from .nextmedia import (
475     NextMediaIE,
476     NextMediaActionNewsIE,
477     AppleDailyIE,
478 )
479 from .nextmovie import NextMovieIE
480 from .nfb import NFBIE
481 from .nfl import NFLIE
482 from .nhl import (
483     NHLIE,
484     NHLNewsIE,
485     NHLVideocenterIE,
486 )
487 from .nick import NickIE
488 from .niconico import NiconicoIE, NiconicoPlaylistIE
489 from .ninegag import NineGagIE
490 from .noco import NocoIE
491 from .normalboots import NormalbootsIE
492 from .nosvideo import NosVideoIE
493 from .nova import NovaIE
494 from .novamov import (
495     NovaMovIE,
496     WholeCloudIE,
497     NowVideoIE,
498     VideoWeedIE,
499     CloudTimeIE,
500 )
501 from .nowness import (
502     NownessIE,
503     NownessPlaylistIE,
504     NownessSeriesIE,
505 )
506 from .nowtv import (
507     NowTVIE,
508     NowTVListIE,
509 )
510 from .noz import NozIE
511 from .npo import (
512     NPOIE,
513     NPOLiveIE,
514     NPORadioIE,
515     NPORadioFragmentIE,
516     SchoolTVIE,
517     VPROIE,
518     WNLIE
519 )
520 from .npr import NprIE
521 from .nrk import (
522     NRKIE,
523     NRKPlaylistIE,
524     NRKSkoleIE,
525     NRKTVIE,
526 )
527 from .ntvde import NTVDeIE
528 from .ntvru import NTVRuIE
529 from .nytimes import (
530     NYTimesIE,
531     NYTimesArticleIE,
532 )
533 from .nuvid import NuvidIE
534 from .odnoklassniki import OdnoklassnikiIE
535 from .oktoberfesttv import OktoberfestTVIE
536 from .onionstudios import OnionStudiosIE
537 from .ooyala import (
538     OoyalaIE,
539     OoyalaExternalIE,
540 )
541 from .openload import OpenloadIE
542 from .ora import OraTVIE
543 from .orf import (
544     ORFTVthekIE,
545     ORFOE1IE,
546     ORFFM4IE,
547     ORFIPTVIE,
548 )
549 from .pandoratv import PandoraTVIE
550 from .parliamentliveuk import ParliamentLiveUKIE
551 from .patreon import PatreonIE
552 from .pbs import PBSIE
553 from .periscope import PeriscopeIE
554 from .philharmoniedeparis import PhilharmonieDeParisIE
555 from .phoenix import PhoenixIE
556 from .photobucket import PhotobucketIE
557 from .pinkbike import PinkbikeIE
558 from .planetaplay import PlanetaPlayIE
559 from .pladform import PladformIE
560 from .played import PlayedIE
561 from .playfm import PlayFMIE
562 from .plays import PlaysTVIE
563 from .playtvak import PlaytvakIE
564 from .playvid import PlayvidIE
565 from .playwire import PlaywireIE
566 from .pluralsight import (
567     PluralsightIE,
568     PluralsightCourseIE,
569 )
570 from .podomatic import PodomaticIE
571 from .porn91 import Porn91IE
572 from .pornhd import PornHdIE
573 from .pornhub import (
574     PornHubIE,
575     PornHubPlaylistIE,
576     PornHubUserVideosIE,
577 )
578 from .pornotube import PornotubeIE
579 from .pornovoisines import PornoVoisinesIE
580 from .pornoxo import PornoXOIE
581 from .primesharetv import PrimeShareTVIE
582 from .promptfile import PromptFileIE
583 from .prosiebensat1 import ProSiebenSat1IE
584 from .puls4 import Puls4IE
585 from .pyvideo import PyvideoIE
586 from .qqmusic import (
587     QQMusicIE,
588     QQMusicSingerIE,
589     QQMusicAlbumIE,
590     QQMusicToplistIE,
591     QQMusicPlaylistIE,
592 )
593 from .quickvid import QuickVidIE
594 from .r7 import R7IE
595 from .radiode import RadioDeIE
596 from .radiojavan import RadioJavanIE
597 from .radiobremen import RadioBremenIE
598 from .radiofrance import RadioFranceIE
599 from .rai import (
600     RaiTVIE,
601     RaiIE,
602 )
603 from .rbmaradio import RBMARadioIE
604 from .rds import RDSIE
605 from .redtube import RedTubeIE
606 from .regiotv import RegioTVIE
607 from .restudy import RestudyIE
608 from .reverbnation import ReverbNationIE
609 from .revision3 import Revision3IE
610 from .rice import RICEIE
611 from .ringtv import RingTVIE
612 from .ro220 import Ro220IE
613 from .rottentomatoes import RottenTomatoesIE
614 from .roxwel import RoxwelIE
615 from .rtbf import RTBFIE
616 from .rte import RteIE, RteRadioIE
617 from .rtlnl import RtlNlIE
618 from .rtl2 import RTL2IE
619 from .rtp import RTPIE
620 from .rts import RTSIE
621 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
622 from .rtvnh import RTVNHIE
623 from .ruhd import RUHDIE
624 from .ruleporn import RulePornIE
625 from .rutube import (
626     RutubeIE,
627     RutubeChannelIE,
628     RutubeEmbedIE,
629     RutubeMovieIE,
630     RutubePersonIE,
631 )
632 from .rutv import RUTVIE
633 from .ruutu import RuutuIE
634 from .sandia import SandiaIE
635 from .safari import (
636     SafariIE,
637     SafariApiIE,
638     SafariCourseIE,
639 )
640 from .sapo import SapoIE
641 from .savefrom import SaveFromIE
642 from .sbs import SBSIE
643 from .scivee import SciVeeIE
644 from .screencast import ScreencastIE
645 from .screencastomatic import ScreencastOMaticIE
646 from .screenjunkies import ScreenJunkiesIE
647 from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
648 from .senateisvp import SenateISVPIE
649 from .servingsys import ServingSysIE
650 from .sexu import SexuIE
651 from .sexykarma import SexyKarmaIE
652 from .shahid import ShahidIE
653 from .shared import SharedIE
654 from .sharesix import ShareSixIE
655 from .sina import SinaIE
656 from .skynewsarabia import (
657     SkyNewsArabiaIE,
658     SkyNewsArabiaArticleIE,
659 )
660 from .slideshare import SlideshareIE
661 from .slutload import SlutloadIE
662 from .smotri import (
663     SmotriIE,
664     SmotriCommunityIE,
665     SmotriUserIE,
666     SmotriBroadcastIE,
667 )
668 from .snagfilms import (
669     SnagFilmsIE,
670     SnagFilmsEmbedIE,
671 )
672 from .snotr import SnotrIE
673 from .sohu import SohuIE
674 from .soundcloud import (
675     SoundcloudIE,
676     SoundcloudSetIE,
677     SoundcloudUserIE,
678     SoundcloudPlaylistIE,
679     SoundcloudSearchIE
680 )
681 from .soundgasm import (
682     SoundgasmIE,
683     SoundgasmProfileIE
684 )
685 from .southpark import (
686     SouthParkIE,
687     SouthParkDeIE,
688     SouthParkDkIE,
689     SouthParkEsIE,
690     SouthParkNlIE
691 )
692 from .spankbang import SpankBangIE
693 from .spankwire import SpankwireIE
694 from .spiegel import SpiegelIE, SpiegelArticleIE
695 from .spiegeltv import SpiegeltvIE
696 from .spike import SpikeIE
697 from .stitcher import StitcherIE
698 from .sport5 import Sport5IE
699 from .sportbox import (
700     SportBoxIE,
701     SportBoxEmbedIE,
702 )
703 from .sportdeutschland import SportDeutschlandIE
704 from .srgssr import (
705     SRGSSRIE,
706     SRGSSRPlayIE,
707 )
708 from .srmediathek import SRMediathekIE
709 from .ssa import SSAIE
710 from .stanfordoc import StanfordOpenClassroomIE
711 from .steam import SteamIE
712 from .streamcloud import StreamcloudIE
713 from .streamcz import StreamCZIE
714 from .streetvoice import StreetVoiceIE
715 from .sunporno import SunPornoIE
716 from .svt import (
717     SVTIE,
718     SVTPlayIE,
719 )
720 from .swrmediathek import SWRMediathekIE
721 from .syfy import SyfyIE
722 from .sztvhu import SztvHuIE
723 from .tagesschau import TagesschauIE
724 from .tapely import TapelyIE
725 from .tass import TassIE
726 from .teachertube import (
727     TeacherTubeIE,
728     TeacherTubeUserIE,
729 )
730 from .teachingchannel import TeachingChannelIE
731 from .teamcoco import TeamcocoIE
732 from .techtalks import TechTalksIE
733 from .ted import TEDIE
734 from .tele13 import Tele13IE
735 from .telebruxelles import TeleBruxellesIE
736 from .telecinco import TelecincoIE
737 from .telegraaf import TelegraafIE
738 from .telemb import TeleMBIE
739 from .teletask import TeleTaskIE
740 from .tenplay import TenPlayIE
741 from .testurl import TestURLIE
742 from .tf1 import TF1IE
743 from .theintercept import TheInterceptIE
744 from .theonion import TheOnionIE
745 from .theplatform import (
746     ThePlatformIE,
747     ThePlatformFeedIE,
748 )
749 from .thescene import TheSceneIE
750 from .thesixtyone import TheSixtyOneIE
751 from .thestar import TheStarIE
752 from .thisamericanlife import ThisAmericanLifeIE
753 from .thisav import ThisAVIE
754 from .tinypic import TinyPicIE
755 from .tlc import TlcDeIE
756 from .tmz import (
757     TMZIE,
758     TMZArticleIE,
759 )
760 from .tnaflix import (
761     TNAFlixNetworkEmbedIE,
762     TNAFlixIE,
763     EMPFlixIE,
764     MovieFapIE,
765 )
766 from .toggle import ToggleIE
767 from .thvideo import (
768     THVideoIE,
769     THVideoPlaylistIE
770 )
771 from .toutv import TouTvIE
772 from .toypics import ToypicsUserIE, ToypicsIE
773 from .traileraddict import TrailerAddictIE
774 from .trilulilu import TriluliluIE
775 from .trollvids import TrollvidsIE
776 from .trutube import TruTubeIE
777 from .tube8 import Tube8IE
778 from .tubitv import TubiTvIE
779 from .tudou import (
780     TudouIE,
781     TudouPlaylistIE,
782     TudouAlbumIE,
783 )
784 from .tumblr import TumblrIE
785 from .tunein import (
786     TuneInClipIE,
787     TuneInStationIE,
788     TuneInProgramIE,
789     TuneInTopicIE,
790     TuneInShortenerIE,
791 )
792 from .turbo import TurboIE
793 from .tutv import TutvIE
794 from .tv2 import (
795     TV2IE,
796     TV2ArticleIE,
797 )
798 from .tv3 import TV3IE
799 from .tv4 import TV4IE
800 from .tvc import (
801     TVCIE,
802     TVCArticleIE,
803 )
804 from .tvigle import TvigleIE
805 from .tvland import TVLandIE
806 from .tvp import TvpIE, TvpSeriesIE
807 from .tvplay import TVPlayIE
808 from .tweakers import TweakersIE
809 from .twentyfourvideo import TwentyFourVideoIE
810 from .twentymin import TwentyMinutenIE
811 from .twentytwotracks import (
812     TwentyTwoTracksIE,
813     TwentyTwoTracksGenreIE
814 )
815 from .twitch import (
816     TwitchVideoIE,
817     TwitchChapterIE,
818     TwitchVodIE,
819     TwitchProfileIE,
820     TwitchPastBroadcastsIE,
821     TwitchBookmarksIE,
822     TwitchStreamIE,
823 )
824 from .twitter import (
825     TwitterCardIE,
826     TwitterIE,
827     TwitterAmplifyIE,
828 )
829 from .ubu import UbuIE
830 from .udemy import (
831     UdemyIE,
832     UdemyCourseIE
833 )
834 from .udn import UDNEmbedIE
835 from .digiteka import DigitekaIE
836 from .unistra import UnistraIE
837 from .urort import UrortIE
838 from .usatoday import USATodayIE
839 from .ustream import UstreamIE, UstreamChannelIE
840 from .ustudio import UstudioIE
841 from .varzesh3 import Varzesh3IE
842 from .vbox7 import Vbox7IE
843 from .veehd import VeeHDIE
844 from .veoh import VeohIE
845 from .vessel import VesselIE
846 from .vesti import VestiIE
847 from .vevo import VevoIE
848 from .vgtv import (
849     BTArticleIE,
850     BTVestlendingenIE,
851     VGTVIE,
852 )
853 from .vh1 import VH1IE
854 from .vice import (
855     ViceIE,
856     ViceShowIE,
857 )
858 from .viddler import ViddlerIE
859 from .videodetective import VideoDetectiveIE
860 from .videofyme import VideofyMeIE
861 from .videomega import VideoMegaIE
862 from .videomore import (
863     VideomoreIE,
864     VideomoreVideoIE,
865     VideomoreSeasonIE,
866 )
867 from .videopremium import VideoPremiumIE
868 from .videott import VideoTtIE
869 from .vidme import (
870     VidmeIE,
871     VidmeUserIE,
872     VidmeUserLikesIE,
873 )
874 from .vidzi import VidziIE
875 from .vier import VierIE, VierVideosIE
876 from .viewster import ViewsterIE
877 from .viidea import ViideaIE
878 from .vimeo import (
879     VimeoIE,
880     VimeoAlbumIE,
881     VimeoChannelIE,
882     VimeoGroupsIE,
883     VimeoLikesIE,
884     VimeoOndemandIE,
885     VimeoReviewIE,
886     VimeoUserIE,
887     VimeoWatchLaterIE,
888 )
889 from .vimple import VimpleIE
890 from .vine import (
891     VineIE,
892     VineUserIE,
893 )
894 from .viki import (
895     VikiIE,
896     VikiChannelIE,
897 )
898 from .vk import (
899     VKIE,
900     VKUserVideosIE,
901 )
902 from .vlive import VLiveIE
903 from .vodlocker import VodlockerIE
904 from .voicerepublic import VoiceRepublicIE
905 from .vporn import VpornIE
906 from .vrt import VRTIE
907 from .vube import VubeIE
908 from .vuclip import VuClipIE
909 from .vulture import VultureIE
910 from .walla import WallaIE
911 from .washingtonpost import WashingtonPostIE
912 from .wat import WatIE
913 from .wayofthemaster import WayOfTheMasterIE
914 from .wdr import (
915     WDRIE,
916     WDRMobileIE,
917     WDRMausIE,
918 )
919 from .webofstories import (
920     WebOfStoriesIE,
921     WebOfStoriesPlaylistIE,
922 )
923 from .weibo import WeiboIE
924 from .weiqitv import WeiqiTVIE
925 from .wimp import WimpIE
926 from .wistia import WistiaIE
927 from .worldstarhiphop import WorldStarHipHopIE
928 from .wrzuta import WrzutaIE
929 from .wsj import WSJIE
930 from .xbef import XBefIE
931 from .xboxclips import XboxClipsIE
932 from .xfileshare import XFileShareIE
933 from .xhamster import (
934     XHamsterIE,
935     XHamsterEmbedIE,
936 )
937 from .xminus import XMinusIE
938 from .xnxx import XNXXIE
939 from .xstream import XstreamIE
940 from .xtube import XTubeUserIE, XTubeIE
941 from .xuite import XuiteIE
942 from .xvideos import XVideosIE
943 from .xxxymovies import XXXYMoviesIE
944 from .yahoo import (
945     YahooIE,
946     YahooSearchIE,
947 )
948 from .yam import YamIE
949 from .yandexmusic import (
950     YandexMusicTrackIE,
951     YandexMusicAlbumIE,
952     YandexMusicPlaylistIE,
953 )
954 from .yesjapan import YesJapanIE
955 from .yinyuetai import YinYueTaiIE
956 from .ynet import YnetIE
957 from .youjizz import YouJizzIE
958 from .youku import YoukuIE
959 from .youporn import YouPornIE
960 from .yourupload import YourUploadIE
961 from .youtube import (
962     YoutubeIE,
963     YoutubeChannelIE,
964     YoutubeFavouritesIE,
965     YoutubeHistoryIE,
966     YoutubeLiveIE,
967     YoutubePlaylistIE,
968     YoutubePlaylistsIE,
969     YoutubeRecommendedIE,
970     YoutubeSearchDateIE,
971     YoutubeSearchIE,
972     YoutubeSearchURLIE,
973     YoutubeShowIE,
974     YoutubeSubscriptionsIE,
975     YoutubeTruncatedIDIE,
976     YoutubeTruncatedURLIE,
977     YoutubeUserIE,
978     YoutubeWatchLaterIE,
979 )
980 from .zapiks import ZapiksIE
981 from .zdf import ZDFIE, ZDFChannelIE
982 from .zingmp3 import (
983     ZingMp3SongIE,
984     ZingMp3AlbumIE,
985 )
986 from .zippcast import ZippCastIE
987
988 _ALL_CLASSES = [
989     klass
990     for name, klass in globals().items()
991     if name.endswith('IE') and name != 'GenericIE'
992 ]
993 _ALL_CLASSES.append(GenericIE)
994
995
996 def gen_extractors():
997     """ Return a list of an instance of every supported extractor.
998     The order does matter; the first extractor matched is the one handling the URL.
999     """
1000     return [klass() for klass in _ALL_CLASSES]
1001
1002
1003 def list_extractors(age_limit):
1004     """
1005     Return a list of extractors that are suitable for the given age,
1006     sorted by extractor ID.
1007     """
1008
1009     return sorted(
1010         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
1011         key=lambda ie: ie.IE_NAME.lower())
1012
1013
1014 def get_info_extractor(ie_name):
1015     """Returns the info extractor class with the given ie_name"""
1016     return globals()[ie_name + 'IE']