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