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