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