[NPORadio] Added extractor for live radio
[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 .addanime import AddAnimeIE
7 from .adobetv import AdobeTVIE
8 from .adultswim import AdultSwimIE
9 from .aftenposten import AftenpostenIE
10 from .aftonbladet import AftonbladetIE
11 from .aljazeera import AlJazeeraIE
12 from .alphaporno import AlphaPornoIE
13 from .anitube import AnitubeIE
14 from .anysex import AnySexIE
15 from .aol import AolIE
16 from .allocine import AllocineIE
17 from .aparat import AparatIE
18 from .appletrailers import AppleTrailersIE
19 from .archiveorg import ArchiveOrgIE
20 from .ard import ARDIE, ARDMediathekIE
21 from .arte import (
22     ArteTvIE,
23     ArteTVPlus7IE,
24     ArteTVCreativeIE,
25     ArteTVConcertIE,
26     ArteTVFutureIE,
27     ArteTVDDCIE,
28     ArteTVEmbedIE,
29 )
30 from .atresplayer import AtresPlayerIE
31 from .atttechchannel import ATTTechChannelIE
32 from .audiomack import AudiomackIE, AudiomackAlbumIE
33 from .azubu import AzubuIE
34 from .bambuser import BambuserIE, BambuserChannelIE
35 from .bandcamp import BandcampIE, BandcampAlbumIE
36 from .bbccouk import BBCCoUkIE
37 from .beeg import BeegIE
38 from .behindkink import BehindKinkIE
39 from .bet import BetIE
40 from .bild import BildIE
41 from .bilibili import BiliBiliIE
42 from .blinkx import BlinkxIE
43 from .bliptv import BlipTVIE, BlipTVUserIE
44 from .bloomberg import BloombergIE
45 from .bpb import BpbIE
46 from .br import BRIE
47 from .breakcom import BreakIE
48 from .brightcove import BrightcoveIE
49 from .buzzfeed import BuzzFeedIE
50 from .byutv import BYUtvIE
51 from .c56 import C56IE
52 from .camdemy import (
53     CamdemyIE,
54     CamdemyFolderIE
55 )
56 from .canal13cl import Canal13clIE
57 from .canalplus import CanalplusIE
58 from .canalc2 import Canalc2IE
59 from .cbs import CBSIE
60 from .cbsnews import CBSNewsIE
61 from .ccc import CCCIE
62 from .ceskatelevize import CeskaTelevizeIE
63 from .channel9 import Channel9IE
64 from .chilloutzone import ChilloutzoneIE
65 from .cinchcast import CinchcastIE
66 from .clipfish import ClipfishIE
67 from .cliphunter import CliphunterIE
68 from .clipsyndicate import ClipsyndicateIE
69 from .cloudy import CloudyIE
70 from .clubic import ClubicIE
71 from .cmt import CMTIE
72 from .cnet import CNETIE
73 from .cnn import (
74     CNNIE,
75     CNNBlogsIE,
76     CNNArticleIE,
77 )
78 from .collegehumor import CollegeHumorIE
79 from .collegerama import CollegeRamaIE
80 from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
81 from .comcarcoff import ComCarCoffIE
82 from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
83 from .condenast import CondeNastIE
84 from .cracked import CrackedIE
85 from .criterion import CriterionIE
86 from .crunchyroll import (
87     CrunchyrollIE,
88     CrunchyrollShowPlaylistIE
89 )
90 from .cspan import CSpanIE
91 from .ctsnews import CtsNewsIE
92 from .dailymotion import (
93     DailymotionIE,
94     DailymotionPlaylistIE,
95     DailymotionUserIE,
96 )
97 from .daum import DaumIE
98 from .dbtv import DBTVIE
99 from .dctp import DctpTvIE
100 from .deezer import DeezerPlaylistIE
101 from .dfb import DFBIE
102 from .dotsub import DotsubIE
103 from .dreisat import DreiSatIE
104 from .drbonanza import DRBonanzaIE
105 from .drtuber import DrTuberIE
106 from .drtv import DRTVIE
107 from .dvtv import DVTVIE
108 from .dump import DumpIE
109 from .defense import DefenseGouvFrIE
110 from .discovery import DiscoveryIE
111 from .divxstage import DivxStageIE
112 from .dropbox import DropboxIE
113 from .ebaumsworld import EbaumsWorldIE
114 from .echomsk import EchoMskIE
115 from .ehow import EHowIE
116 from .eighttracks import EightTracksIE
117 from .einthusan import EinthusanIE
118 from .eitb import EitbIE
119 from .ellentv import (
120     EllenTVIE,
121     EllenTVClipsIE,
122 )
123 from .elpais import ElPaisIE
124 from .empflix import EMPFlixIE
125 from .engadget import EngadgetIE
126 from .eporner import EpornerIE
127 from .eroprofile import EroProfileIE
128 from .escapist import EscapistIE
129 from .everyonesmixtape import EveryonesMixtapeIE
130 from .exfm import ExfmIE
131 from .expotv import ExpoTVIE
132 from .extremetube import ExtremeTubeIE
133 from .facebook import FacebookIE
134 from .faz import FazIE
135 from .fc2 import FC2IE
136 from .firedrive import FiredriveIE
137 from .firstpost import FirstpostIE
138 from .firsttv import FirstTVIE
139 from .fivemin import FiveMinIE
140 from .fktv import (
141     FKTVIE,
142     FKTVPosteckeIE,
143 )
144 from .flickr import FlickrIE
145 from .folketinget import FolketingetIE
146 from .fourtube import FourTubeIE
147 from .foxgay import FoxgayIE
148 from .foxnews import FoxNewsIE
149 from .franceculture import FranceCultureIE
150 from .franceinter import FranceInterIE
151 from .francetv import (
152     PluzzIE,
153     FranceTvInfoIE,
154     FranceTVIE,
155     GenerationQuoiIE,
156     CultureboxIE,
157 )
158 from .freesound import FreesoundIE
159 from .freespeech import FreespeechIE
160 from .freevideo import FreeVideoIE
161 from .funnyordie import FunnyOrDieIE
162 from .gamekings import GamekingsIE
163 from .gameone import (
164     GameOneIE,
165     GameOnePlaylistIE,
166 )
167 from .gamespot import GameSpotIE
168 from .gamestar import GameStarIE
169 from .gametrailers import GametrailersIE
170 from .gdcvault import GDCVaultIE
171 from .generic import GenericIE
172 from .giantbomb import GiantBombIE
173 from .giga import GigaIE
174 from .glide import GlideIE
175 from .globo import GloboIE
176 from .godtube import GodTubeIE
177 from .goldenmoustache import GoldenMoustacheIE
178 from .golem import GolemIE
179 from .googleplus import GooglePlusIE
180 from .googlesearch import GoogleSearchIE
181 from .gorillavid import GorillaVidIE
182 from .goshgay import GoshgayIE
183 from .grooveshark import GroovesharkIE
184 from .groupon import GrouponIE
185 from .hark import HarkIE
186 from .hearthisat import HearThisAtIE
187 from .heise import HeiseIE
188 from .hellporno import HellPornoIE
189 from .helsinki import HelsinkiIE
190 from .hentaistigma import HentaiStigmaIE
191 from .historicfilms import HistoricFilmsIE
192 from .hitbox import HitboxIE, HitboxLiveIE
193 from .hornbunny import HornBunnyIE
194 from .hostingbulk import HostingBulkIE
195 from .hotnewhiphop import HotNewHipHopIE
196 from .howcast import HowcastIE
197 from .howstuffworks import HowStuffWorksIE
198 from .huffpost import HuffPostIE
199 from .hypem import HypemIE
200 from .iconosquare import IconosquareIE
201 from .ign import IGNIE, OneUPIE
202 from .imdb import (
203     ImdbIE,
204     ImdbListIE
205 )
206 from .ina import InaIE
207 from .infoq import InfoQIE
208 from .instagram import InstagramIE, InstagramUserIE
209 from .internetvideoarchive import InternetVideoArchiveIE
210 from .iprima import IPrimaIE
211 from .ivi import (
212     IviIE,
213     IviCompilationIE
214 )
215 from .izlesene import IzleseneIE
216 from .jadorecettepub import JadoreCettePubIE
217 from .jeuxvideo import JeuxVideoIE
218 from .jove import JoveIE
219 from .jukebox import JukeboxIE
220 from .jpopsukitv import JpopsukiIE
221 from .kankan import KankanIE
222 from .karaoketv import KaraoketvIE
223 from .keezmovies import KeezMoviesIE
224 from .khanacademy import KhanAcademyIE
225 from .kickstarter import KickStarterIE
226 from .keek import KeekIE
227 from .kontrtube import KontrTubeIE
228 from .krasview import KrasViewIE
229 from .ku6 import Ku6IE
230 from .la7 import LA7IE
231 from .laola1tv import Laola1TvIE
232 from .lifenews import LifeNewsIE
233 from .liveleak import LiveLeakIE
234 from .livestream import (
235     LivestreamIE,
236     LivestreamOriginalIE,
237     LivestreamShortenerIE,
238 )
239 from .lnkgo import LnkGoIE
240 from .lrt import LRTIE
241 from .lynda import (
242     LyndaIE,
243     LyndaCourseIE
244 )
245 from .m6 import M6IE
246 from .macgamestore import MacGameStoreIE
247 from .mailru import MailRuIE
248 from .malemotion import MalemotionIE
249 from .mdr import MDRIE
250 from .metacafe import MetacafeIE
251 from .metacritic import MetacriticIE
252 from .mgoon import MgoonIE
253 from .minhateca import MinhatecaIE
254 from .ministrygrid import MinistryGridIE
255 from .mit import TechTVMITIE, MITIE, OCWMITIE
256 from .mitele import MiTeleIE
257 from .mixcloud import MixcloudIE
258 from .mlb import MLBIE
259 from .mpora import MporaIE
260 from .moevideo import MoeVideoIE
261 from .mofosex import MofosexIE
262 from .mojvideo import MojvideoIE
263 from .moniker import MonikerIE
264 from .mooshare import MooshareIE
265 from .morningstar import MorningstarIE
266 from .motherless import MotherlessIE
267 from .motorsport import MotorsportIE
268 from .movieclips import MovieClipsIE
269 from .moviezine import MoviezineIE
270 from .movshare import MovShareIE
271 from .mtv import (
272     MTVIE,
273     MTVServicesEmbeddedIE,
274     MTVIggyIE,
275 )
276 from .muenchentv import MuenchenTVIE
277 from .musicplayon import MusicPlayOnIE
278 from .musicvault import MusicVaultIE
279 from .muzu import MuzuTVIE
280 from .myspace import MySpaceIE, MySpaceAlbumIE
281 from .myspass import MySpassIE
282 from .myvideo import MyVideoIE
283 from .myvidster import MyVidsterIE
284 from .naver import NaverIE
285 from .nba import NBAIE
286 from .nbc import (
287     NBCIE,
288     NBCNewsIE,
289 )
290 from .ndr import NDRIE
291 from .ndtv import NDTVIE
292 from .netzkino import NetzkinoIE
293 from .nerdcubed import NerdCubedFeedIE
294 from .nerdist import NerdistIE
295 from .newgrounds import NewgroundsIE
296 from .newstube import NewstubeIE
297 from .nextmedia import (
298     NextMediaIE,
299     NextMediaActionNewsIE,
300     AppleDailyRealtimeNewsIE,
301     AppleDailyAnimationNewsIE
302 )
303 from .nfb import NFBIE
304 from .nfl import NFLIE
305 from .nhl import (
306     NHLIE,
307     NHLNewsIE,
308     NHLVideocenterIE,
309 )
310 from .niconico import NiconicoIE, NiconicoPlaylistIE
311 from .ninegag import NineGagIE
312 from .noco import NocoIE
313 from .normalboots import NormalbootsIE
314 from .nosvideo import NosVideoIE
315 from .novamov import NovaMovIE
316 from .nowness import NownessIE
317 from .nowvideo import NowVideoIE
318 from .npo import (
319     NPOIE,
320     NPOLiveIE,
321     TegenlichtVproIE,
322 )
323 from .nporadio import NPORadioIE
324 from .nrk import (
325     NRKIE,
326     NRKTVIE,
327 )
328 from .ntvde import NTVDeIE
329 from .ntvru import NTVRuIE
330 from .nytimes import NYTimesIE
331 from .nuvid import NuvidIE
332 from .oktoberfesttv import OktoberfestTVIE
333 from .ooyala import OoyalaIE
334 from .openfilm import OpenFilmIE
335 from .orf import (
336     ORFTVthekIE,
337     ORFOE1IE,
338     ORFFM4IE,
339 )
340 from .parliamentliveuk import ParliamentLiveUKIE
341 from .patreon import PatreonIE
342 from .pbs import PBSIE
343 from .phoenix import PhoenixIE
344 from .photobucket import PhotobucketIE
345 from .planetaplay import PlanetaPlayIE
346 from .played import PlayedIE
347 from .playfm import PlayFMIE
348 from .playvid import PlayvidIE
349 from .podomatic import PodomaticIE
350 from .pornhd import PornHdIE
351 from .pornhub import PornHubIE
352 from .pornotube import PornotubeIE
353 from .pornoxo import PornoXOIE
354 from .promptfile import PromptFileIE
355 from .prosiebensat1 import ProSiebenSat1IE
356 from .pyvideo import PyvideoIE
357 from .quickvid import QuickVidIE
358 from .radiode import RadioDeIE
359 from .radiobremen import RadioBremenIE
360 from .radiofrance import RadioFranceIE
361 from .rai import RaiIE
362 from .rbmaradio import RBMARadioIE
363 from .redtube import RedTubeIE
364 from .restudy import RestudyIE
365 from .reverbnation import ReverbNationIE
366 from .ringtv import RingTVIE
367 from .ro220 import Ro220IE
368 from .rottentomatoes import RottenTomatoesIE
369 from .roxwel import RoxwelIE
370 from .rtbf import RTBFIE
371 from .rte import RteIE
372 from .rtlnl import RtlXlIE
373 from .rtlnow import RTLnowIE
374 from .rtl2 import RTL2IE
375 from .rtp import RTPIE
376 from .rts import RTSIE
377 from .rtve import RTVEALaCartaIE, RTVELiveIE
378 from .ruhd import RUHDIE
379 from .rutube import (
380     RutubeIE,
381     RutubeChannelIE,
382     RutubeEmbedIE,
383     RutubeMovieIE,
384     RutubePersonIE,
385 )
386 from .rutv import RUTVIE
387 from .sapo import SapoIE
388 from .savefrom import SaveFromIE
389 from .sbs import SBSIE
390 from .scivee import SciVeeIE
391 from .screencast import ScreencastIE
392 from .screencastomatic import ScreencastOMaticIE
393 from .screenwavemedia import CinemassacreIE, ScreenwaveMediaIE, TeamFourIE
394 from .servingsys import ServingSysIE
395 from .sexu import SexuIE
396 from .sexykarma import SexyKarmaIE
397 from .shared import SharedIE
398 from .sharesix import ShareSixIE
399 from .sina import SinaIE
400 from .slideshare import SlideshareIE
401 from .slutload import SlutloadIE
402 from .smotri import (
403     SmotriIE,
404     SmotriCommunityIE,
405     SmotriUserIE,
406     SmotriBroadcastIE,
407 )
408 from .snotr import SnotrIE
409 from .sockshare import SockshareIE
410 from .sohu import SohuIE
411 from .soundcloud import (
412     SoundcloudIE,
413     SoundcloudSetIE,
414     SoundcloudUserIE,
415     SoundcloudPlaylistIE
416 )
417 from .soundgasm import SoundgasmIE
418 from .southpark import (
419     SouthParkIE,
420     SouthparkDeIE,
421 )
422 from .space import SpaceIE
423 from .spankwire import SpankwireIE
424 from .spiegel import SpiegelIE, SpiegelArticleIE
425 from .spiegeltv import SpiegeltvIE
426 from .spike import SpikeIE
427 from .sport5 import Sport5IE
428 from .sportbox import SportBoxIE
429 from .sportdeutschland import SportDeutschlandIE
430 from .srmediathek import SRMediathekIE
431 from .stanfordoc import StanfordOpenClassroomIE
432 from .steam import SteamIE
433 from .streamcloud import StreamcloudIE
434 from .streamcz import StreamCZIE
435 from .streetvoice import StreetVoiceIE
436 from .sunporno import SunPornoIE
437 from .svtplay import SVTPlayIE
438 from .swrmediathek import SWRMediathekIE
439 from .syfy import SyfyIE
440 from .sztvhu import SztvHuIE
441 from .tagesschau import TagesschauIE
442 from .tapely import TapelyIE
443 from .tass import TassIE
444 from .teachertube import (
445     TeacherTubeIE,
446     TeacherTubeUserIE,
447 )
448 from .teachingchannel import TeachingChannelIE
449 from .teamcoco import TeamcocoIE
450 from .techtalks import TechTalksIE
451 from .ted import TEDIE
452 from .telebruxelles import TeleBruxellesIE
453 from .telecinco import TelecincoIE
454 from .telemb import TeleMBIE
455 from .teletask import TeleTaskIE
456 from .tenplay import TenPlayIE
457 from .testurl import TestURLIE
458 from .testtube import TestTubeIE
459 from .tf1 import TF1IE
460 from .theonion import TheOnionIE
461 from .theplatform import ThePlatformIE
462 from .thesixtyone import TheSixtyOneIE
463 from .thisav import ThisAVIE
464 from .tinypic import TinyPicIE
465 from .tlc import TlcIE, TlcDeIE
466 from .tmz import TMZIE
467 from .tnaflix import TNAFlixIE
468 from .thvideo import (
469     THVideoIE,
470     THVideoPlaylistIE
471 )
472 from .toutv import TouTvIE
473 from .toypics import ToypicsUserIE, ToypicsIE
474 from .traileraddict import TrailerAddictIE
475 from .trilulilu import TriluliluIE
476 from .trutube import TruTubeIE
477 from .tube8 import Tube8IE
478 from .tudou import TudouIE
479 from .tumblr import TumblrIE
480 from .tunein import TuneInIE
481 from .turbo import TurboIE
482 from .tutv import TutvIE
483 from .tvigle import TvigleIE
484 from .tvp import TvpIE, TvpSeriesIE
485 from .tvplay import TVPlayIE
486 from .tweakers import TweakersIE
487 from .twentyfourvideo import TwentyFourVideoIE
488 from .twitch import (
489     TwitchVideoIE,
490     TwitchChapterIE,
491     TwitchVodIE,
492     TwitchProfileIE,
493     TwitchPastBroadcastsIE,
494     TwitchBookmarksIE,
495     TwitchStreamIE,
496 )
497 from .ubu import UbuIE
498 from .udemy import (
499     UdemyIE,
500     UdemyCourseIE
501 )
502 from .unistra import UnistraIE
503 from .urort import UrortIE
504 from .ustream import UstreamIE, UstreamChannelIE
505 from .vbox7 import Vbox7IE
506 from .veehd import VeeHDIE
507 from .veoh import VeohIE
508 from .vesti import VestiIE
509 from .vevo import VevoIE
510 from .vgtv import VGTVIE
511 from .vh1 import VH1IE
512 from .vice import ViceIE
513 from .viddler import ViddlerIE
514 from .videobam import VideoBamIE
515 from .videodetective import VideoDetectiveIE
516 from .videolecturesnet import VideoLecturesNetIE
517 from .videofyme import VideofyMeIE
518 from .videomega import VideoMegaIE
519 from .videopremium import VideoPremiumIE
520 from .videott import VideoTtIE
521 from .videoweed import VideoWeedIE
522 from .vidme import VidmeIE
523 from .vidzi import VidziIE
524 from .vier import VierIE, VierVideosIE
525 from .vimeo import (
526     VimeoIE,
527     VimeoAlbumIE,
528     VimeoChannelIE,
529     VimeoGroupsIE,
530     VimeoLikesIE,
531     VimeoReviewIE,
532     VimeoUserIE,
533     VimeoWatchLaterIE,
534 )
535 from .vimple import VimpleIE
536 from .vine import (
537     VineIE,
538     VineUserIE,
539 )
540 from .viki import VikiIE
541 from .vk import (
542     VKIE,
543     VKUserVideosIE,
544 )
545 from .vodlocker import VodlockerIE
546 from .vporn import VpornIE
547 from .vrt import VRTIE
548 from .vube import VubeIE
549 from .vuclip import VuClipIE
550 from .vulture import VultureIE
551 from .walla import WallaIE
552 from .washingtonpost import WashingtonPostIE
553 from .wat import WatIE
554 from .wayofthemaster import WayOfTheMasterIE
555 from .wdr import (
556     WDRIE,
557     WDRMobileIE,
558     WDRMausIE,
559 )
560 from .webofstories import WebOfStoriesIE
561 from .weibo import WeiboIE
562 from .wimp import WimpIE
563 from .wistia import WistiaIE
564 from .worldstarhiphop import WorldStarHipHopIE
565 from .wrzuta import WrzutaIE
566 from .wsj import WSJIE
567 from .xbef import XBefIE
568 from .xboxclips import XboxClipsIE
569 from .xhamster import XHamsterIE
570 from .xminus import XMinusIE
571 from .xnxx import XNXXIE
572 from .xvideos import XVideosIE
573 from .xtube import XTubeUserIE, XTubeIE
574 from .xuite import XuiteIE
575 from .xxxymovies import XXXYMoviesIE
576 from .yahoo import (
577     YahooIE,
578     YahooSearchIE,
579 )
580 from .yesjapan import YesJapanIE
581 from .ynet import YnetIE
582 from .youjizz import YouJizzIE
583 from .youku import YoukuIE
584 from .youporn import YouPornIE
585 from .yourupload import YourUploadIE
586 from .youtube import (
587     YoutubeIE,
588     YoutubeChannelIE,
589     YoutubeFavouritesIE,
590     YoutubeHistoryIE,
591     YoutubePlaylistIE,
592     YoutubeRecommendedIE,
593     YoutubeSearchDateIE,
594     YoutubeSearchIE,
595     YoutubeSearchURLIE,
596     YoutubeShowIE,
597     YoutubeSubscriptionsIE,
598     YoutubeTruncatedIDIE,
599     YoutubeTruncatedURLIE,
600     YoutubeUserIE,
601     YoutubeWatchLaterIE,
602 )
603 from .zdf import ZDFIE, ZDFChannelIE
604 from .zingmp3 import (
605     ZingMp3SongIE,
606     ZingMp3AlbumIE,
607 )
608
609 _ALL_CLASSES = [
610     klass
611     for name, klass in globals().items()
612     if name.endswith('IE') and name != 'GenericIE'
613 ]
614 _ALL_CLASSES.append(GenericIE)
615
616
617 def gen_extractors():
618     """ Return a list of an instance of every supported extractor.
619     The order does matter; the first extractor matched is the one handling the URL.
620     """
621     return [klass() for klass in _ALL_CLASSES]
622
623
624 def list_extractors(age_limit):
625     """
626     Return a list of extractors that are suitable for the given age,
627     sorted by extractor ID.
628     """
629
630     return sorted(
631         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
632         key=lambda ie: ie.IE_NAME.lower())
633
634
635 def get_info_extractor(ie_name):
636     """Returns the info extractor class with the given ie_name"""
637     return globals()[ie_name + 'IE']