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