[cbsnews] Add support for cbsnews.com (Closes #2691)
[youtube-dl] / youtube_dl / extractor / __init__.py
1 from .academicearth import AcademicEarthCourseIE
2 from .addanime import AddAnimeIE
3 from .aftonbladet import AftonbladetIE
4 from .anitube import AnitubeIE
5 from .aol import AolIE
6 from .aparat import AparatIE
7 from .appletrailers import AppleTrailersIE
8 from .archiveorg import ArchiveOrgIE
9 from .ard import ARDIE
10 from .arte import (
11     ArteTvIE,
12     ArteTVPlus7IE,
13     ArteTVCreativeIE,
14     ArteTVConcertIE,
15     ArteTVFutureIE,
16     ArteTVDDCIE,
17     ArteTVEmbedIE,
18 )
19 from .auengine import AUEngineIE
20 from .bambuser import BambuserIE, BambuserChannelIE
21 from .bandcamp import BandcampIE, BandcampAlbumIE
22 from .bbccouk import BBCCoUkIE
23 from .blinkx import BlinkxIE
24 from .bliptv import BlipTVIE, BlipTVUserIE
25 from .bloomberg import BloombergIE
26 from .br import BRIE
27 from .breakcom import BreakIE
28 from .brightcove import BrightcoveIE
29 from .byutv import BYUtvIE
30 from .c56 import C56IE
31 from .canal13cl import Canal13clIE
32 from .canalplus import CanalplusIE
33 from .canalc2 import Canalc2IE
34 from .cbs import CBSIE
35 from .cbsnews import CBSNewsIE
36 from .ceskatelevize import CeskaTelevizeIE
37 from .channel9 import Channel9IE
38 from .chilloutzone import ChilloutzoneIE
39 from .cinemassacre import CinemassacreIE
40 from .clipfish import ClipfishIE
41 from .cliphunter import CliphunterIE
42 from .clipsyndicate import ClipsyndicateIE
43 from .cmt import CMTIE
44 from .cnet import CNETIE
45 from .cnn import (
46     CNNIE,
47     CNNBlogsIE,
48 )
49 from .collegehumor import CollegeHumorIE
50 from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
51 from .condenast import CondeNastIE
52 from .criterion import CriterionIE
53 from .crunchyroll import CrunchyrollIE
54 from .cspan import CSpanIE
55 from .d8 import D8IE
56 from .dailymotion import (
57     DailymotionIE,
58     DailymotionPlaylistIE,
59     DailymotionUserIE,
60 )
61 from .daum import DaumIE
62 from .dotsub import DotsubIE
63 from .dreisat import DreiSatIE
64 from .defense import DefenseGouvFrIE
65 from .discovery import DiscoveryIE
66 from .divxstage import DivxStageIE
67 from .dropbox import DropboxIE
68 from .ebaumsworld import EbaumsWorldIE
69 from .ehow import EHowIE
70 from .eighttracks import EightTracksIE
71 from .eitb import EitbIE
72 from .elpais import ElPaisIE
73 from .engadget import EngadgetIE
74 from .escapist import EscapistIE
75 from .everyonesmixtape import EveryonesMixtapeIE
76 from .exfm import ExfmIE
77 from .extremetube import ExtremeTubeIE
78 from .facebook import FacebookIE
79 from .faz import FazIE
80 from .firstpost import FirstpostIE
81 from .firsttv import FirstTVIE
82 from .fivemin import FiveMinIE
83 from .fktv import (
84     FKTVIE,
85     FKTVPosteckeIE,
86 )
87 from .flickr import FlickrIE
88 from .fourtube import FourTubeIE
89 from .franceculture import FranceCultureIE
90 from .franceinter import FranceInterIE
91 from .francetv import (
92     PluzzIE,
93     FranceTvInfoIE,
94     FranceTVIE,
95     GenerationQuoiIE,
96     CultureboxIE,
97 )
98 from .freesound import FreesoundIE
99 from .freespeech import FreespeechIE
100 from .funnyordie import FunnyOrDieIE
101 from .gamekings import GamekingsIE
102 from .gamespot import GameSpotIE
103 from .gametrailers import GametrailersIE
104 from .gdcvault import GDCVaultIE
105 from .generic import GenericIE
106 from .googleplus import GooglePlusIE
107 from .googlesearch import GoogleSearchIE
108 from .hark import HarkIE
109 from .helsinki import HelsinkiIE
110 from .hotnewhiphop import HotNewHipHopIE
111 from .howcast import HowcastIE
112 from .huffpost import HuffPostIE
113 from .hypem import HypemIE
114 from .ign import IGNIE, OneUPIE
115 from .imdb import (
116     ImdbIE,
117     ImdbListIE
118 )
119 from .ina import InaIE
120 from .infoq import InfoQIE
121 from .instagram import InstagramIE, InstagramUserIE
122 from .internetvideoarchive import InternetVideoArchiveIE
123 from .iprima import IPrimaIE
124 from .ivi import (
125     IviIE,
126     IviCompilationIE
127 )
128 from .jadorecettepub import JadoreCettePubIE
129 from .jeuxvideo import JeuxVideoIE
130 from .jukebox import JukeboxIE
131 from .justintv import JustinTVIE
132 from .jpopsukitv import JpopsukiIE
133 from .kankan import KankanIE
134 from .keezmovies import KeezMoviesIE
135 from .khanacademy import KhanAcademyIE
136 from .kickstarter import KickStarterIE
137 from .keek import KeekIE
138 from .kontrtube import KontrTubeIE
139 from .la7 import LA7IE
140 from .lifenews import LifeNewsIE
141 from .liveleak import LiveLeakIE
142 from .livestream import LivestreamIE, LivestreamOriginalIE
143 from .lynda import (
144     LyndaIE,
145     LyndaCourseIE
146 )
147 from .m6 import M6IE
148 from .macgamestore import MacGameStoreIE
149 from .mailru import MailRuIE
150 from .malemotion import MalemotionIE
151 from .mdr import MDRIE
152 from .metacafe import MetacafeIE
153 from .metacritic import MetacriticIE
154 from .mit import TechTVMITIE, MITIE, OCWMITIE
155 from .mixcloud import MixcloudIE
156 from .mpora import MporaIE
157 from .mofosex import MofosexIE
158 from .mooshare import MooshareIE
159 from .morningstar import MorningstarIE
160 from .motorsport import MotorsportIE
161 from .movshare import MovShareIE
162 from .mtv import (
163     MTVIE,
164     MTVIggyIE,
165 )
166 from .musicplayon import MusicPlayOnIE
167 from .muzu import MuzuTVIE
168 from .myspace import MySpaceIE
169 from .myspass import MySpassIE
170 from .myvideo import MyVideoIE
171 from .naver import NaverIE
172 from .nba import NBAIE
173 from .nbc import (
174     NBCIE,
175     NBCNewsIE,
176 )
177 from .ndr import NDRIE
178 from .ndtv import NDTVIE
179 from .newgrounds import NewgroundsIE
180 from .nfb import NFBIE
181 from .nhl import NHLIE, NHLVideocenterIE
182 from .niconico import NiconicoIE
183 from .ninegag import NineGagIE
184 from .normalboots import NormalbootsIE
185 from .novamov import NovaMovIE
186 from .nowness import NownessIE
187 from .nowvideo import NowVideoIE
188 from .ntv import NTVIE
189 from .oe1 import OE1IE
190 from .ooyala import OoyalaIE
191 from .orf import ORFIE
192 from .parliamentliveuk import ParliamentLiveUKIE
193 from .pbs import PBSIE
194 from .photobucket import PhotobucketIE
195 from .playvid import PlayvidIE
196 from .podomatic import PodomaticIE
197 from .pornhd import PornHdIE
198 from .pornhub import PornHubIE
199 from .pornotube import PornotubeIE
200 from .prosiebensat1 import ProSiebenSat1IE
201 from .pyvideo import PyvideoIE
202 from .radiofrance import RadioFranceIE
203 from .rbmaradio import RBMARadioIE
204 from .redtube import RedTubeIE
205 from .ringtv import RingTVIE
206 from .ro220 import Ro220IE
207 from .rottentomatoes import RottenTomatoesIE
208 from .roxwel import RoxwelIE
209 from .rtlnow import RTLnowIE
210 from .rts import RTSIE
211 from .rutube import (
212     RutubeIE,
213     RutubeChannelIE,
214     RutubeMovieIE,
215     RutubePersonIE,
216 )
217 from .rutv import RUTVIE
218 from .savefrom import SaveFromIE
219 from .servingsys import ServingSysIE
220 from .sina import SinaIE
221 from .slideshare import SlideshareIE
222 from .smotri import (
223     SmotriIE,
224     SmotriCommunityIE,
225     SmotriUserIE,
226     SmotriBroadcastIE,
227 )
228 from .sohu import SohuIE
229 from .soundcloud import SoundcloudIE, SoundcloudSetIE, SoundcloudUserIE
230 from .southparkstudios import (
231     SouthParkStudiosIE,
232     SouthparkDeIE,
233 )
234 from .space import SpaceIE
235 from .spankwire import SpankwireIE
236 from .spiegel import SpiegelIE
237 from .spike import SpikeIE
238 from .stanfordoc import StanfordOpenClassroomIE
239 from .statigram import StatigramIE
240 from .steam import SteamIE
241 from .streamcloud import StreamcloudIE
242 from .streamcz import StreamCZIE
243 from .syfy import SyfyIE
244 from .sztvhu import SztvHuIE
245 from .teamcoco import TeamcocoIE
246 from .techtalks import TechTalksIE
247 from .ted import TEDIE
248 from .testurl import TestURLIE
249 from .tf1 import TF1IE
250 from .theplatform import ThePlatformIE
251 from .thisav import ThisAVIE
252 from .tinypic import TinyPicIE
253 from .toutv import TouTvIE
254 from .toypics import ToypicsUserIE, ToypicsIE
255 from .traileraddict import TrailerAddictIE
256 from .trilulilu import TriluliluIE
257 from .trutube import TruTubeIE
258 from .tube8 import Tube8IE
259 from .tudou import TudouIE
260 from .tumblr import TumblrIE
261 from .tutv import TutvIE
262 from .tvigle import TvigleIE
263 from .tvp import TvpIE
264 from .udemy import (
265     UdemyIE,
266     UdemyCourseIE
267 )
268 from .unistra import UnistraIE
269 from .urort import UrortIE
270 from .ustream import UstreamIE, UstreamChannelIE
271 from .vbox7 import Vbox7IE
272 from .veehd import VeeHDIE
273 from .veoh import VeohIE
274 from .vesti import VestiIE
275 from .vevo import VevoIE
276 from .viddler import ViddlerIE
277 from .videobam import VideoBamIE
278 from .videodetective import VideoDetectiveIE
279 from .videolecturesnet import VideoLecturesNetIE
280 from .videofyme import VideofyMeIE
281 from .videopremium import VideoPremiumIE
282 from .videoweed import VideoWeedIE
283 from .vimeo import (
284     VimeoIE,
285     VimeoChannelIE,
286     VimeoUserIE,
287     VimeoAlbumIE,
288     VimeoGroupsIE,
289     VimeoReviewIE,
290 )
291 from .vine import VineIE
292 from .viki import VikiIE
293 from .vk import VKIE
294 from .vube import VubeIE
295 from .washingtonpost import WashingtonPostIE
296 from .wat import WatIE
297 from .wdr import (
298     WDRIE,
299     WDRMausIE,
300 )
301 from .weibo import WeiboIE
302 from .wimp import WimpIE
303 from .wistia import WistiaIE
304 from .worldstarhiphop import WorldStarHipHopIE
305 from .xbef import XBefIE
306 from .xhamster import XHamsterIE
307 from .xnxx import XNXXIE
308 from .xvideos import XVideosIE
309 from .xtube import XTubeUserIE, XTubeIE
310 from .yahoo import (
311     YahooIE,
312     YahooNewsIE,
313     YahooSearchIE,
314 )
315 from .youjizz import YouJizzIE
316 from .youku import YoukuIE
317 from .youporn import YouPornIE
318 from .youtube import (
319     YoutubeIE,
320     YoutubeChannelIE,
321     YoutubeFavouritesIE,
322     YoutubeHistoryIE,
323     YoutubePlaylistIE,
324     YoutubeRecommendedIE,
325     YoutubeSearchDateIE,
326     YoutubeSearchIE,
327     YoutubeSearchURLIE,
328     YoutubeShowIE,
329     YoutubeSubscriptionsIE,
330     YoutubeTopListIE,
331     YoutubeTruncatedURLIE,
332     YoutubeUserIE,
333     YoutubeWatchLaterIE,
334 )
335 from .zdf import ZDFIE
336
337
338 _ALL_CLASSES = [
339     klass
340     for name, klass in globals().items()
341     if name.endswith('IE') and name != 'GenericIE'
342 ]
343 _ALL_CLASSES.append(GenericIE)
344
345
346 def gen_extractors():
347     """ Return a list of an instance of every supported extractor.
348     The order does matter; the first extractor matched is the one handling the URL.
349     """
350     return [klass() for klass in _ALL_CLASSES]
351
352
353 def get_info_extractor(ie_name):
354     """Returns the info extractor class with the given ie_name"""
355     return globals()[ie_name+'IE']