[minhateca] Add extractor (Fixes #4094)
[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 .minhateca import MinhatecaIE
221 from .ministrygrid import MinistryGridIE
222 from .mit import TechTVMITIE, MITIE, OCWMITIE
223 from .mitele import MiTeleIE
224 from .mixcloud import MixcloudIE
225 from .mlb import MLBIE
226 from .mpora import MporaIE
227 from .moevideo import MoeVideoIE
228 from .mofosex import MofosexIE
229 from .mojvideo import MojvideoIE
230 from .moniker import MonikerIE
231 from .mooshare import MooshareIE
232 from .morningstar import MorningstarIE
233 from .motherless import MotherlessIE
234 from .motorsport import MotorsportIE
235 from .movieclips import MovieClipsIE
236 from .moviezine import MoviezineIE
237 from .movshare import MovShareIE
238 from .mtv import (
239     MTVIE,
240     MTVServicesEmbeddedIE,
241     MTVIggyIE,
242 )
243 from .muenchentv import MuenchenTVIE
244 from .musicplayon import MusicPlayOnIE
245 from .musicvault import MusicVaultIE
246 from .muzu import MuzuTVIE
247 from .myspace import MySpaceIE, MySpaceAlbumIE
248 from .myspass import MySpassIE
249 from .myvideo import MyVideoIE
250 from .myvidster import MyVidsterIE
251 from .naver import NaverIE
252 from .nba import NBAIE
253 from .nbc import (
254     NBCIE,
255     NBCNewsIE,
256 )
257 from .ndr import NDRIE
258 from .ndtv import NDTVIE
259 from .newgrounds import NewgroundsIE
260 from .newstube import NewstubeIE
261 from .nfb import NFBIE
262 from .nfl import NFLIE
263 from .nhl import NHLIE, NHLVideocenterIE
264 from .niconico import NiconicoIE, NiconicoPlaylistIE
265 from .ninegag import NineGagIE
266 from .noco import NocoIE
267 from .normalboots import NormalbootsIE
268 from .nosvideo import NosVideoIE
269 from .novamov import NovaMovIE
270 from .nowness import NownessIE
271 from .nowvideo import NowVideoIE
272 from .npo import (
273     NPOIE,
274     TegenlichtVproIE,
275 )
276 from .nrk import (
277     NRKIE,
278     NRKTVIE,
279 )
280 from .ntv import NTVIE
281 from .nytimes import NYTimesIE
282 from .nuvid import NuvidIE
283 from .oktoberfesttv import OktoberfestTVIE
284 from .ooyala import OoyalaIE
285 from .orf import (
286     ORFTVthekIE,
287     ORFOE1IE,
288     ORFFM4IE,
289 )
290 from .parliamentliveuk import ParliamentLiveUKIE
291 from .patreon import PatreonIE
292 from .pbs import PBSIE
293 from .phoenix import PhoenixIE
294 from .photobucket import PhotobucketIE
295 from .planetaplay import PlanetaPlayIE
296 from .played import PlayedIE
297 from .playfm import PlayFMIE
298 from .playvid import PlayvidIE
299 from .podomatic import PodomaticIE
300 from .pornhd import PornHdIE
301 from .pornhub import PornHubIE
302 from .pornotube import PornotubeIE
303 from .pornoxo import PornoXOIE
304 from .promptfile import PromptFileIE
305 from .prosiebensat1 import ProSiebenSat1IE
306 from .pyvideo import PyvideoIE
307 from .quickvid import QuickVidIE
308 from .radiofrance import RadioFranceIE
309 from .rai import RaiIE
310 from .rbmaradio import RBMARadioIE
311 from .redtube import RedTubeIE
312 from .reverbnation import ReverbNationIE
313 from .ringtv import RingTVIE
314 from .ro220 import Ro220IE
315 from .rottentomatoes import RottenTomatoesIE
316 from .roxwel import RoxwelIE
317 from .rtbf import RTBFIE
318 from .rtlnl import RtlXlIE
319 from .rtlnow import RTLnowIE
320 from .rts import RTSIE
321 from .rtve import RTVEALaCartaIE, RTVELiveIE
322 from .ruhd import RUHDIE
323 from .rutube import (
324     RutubeIE,
325     RutubeChannelIE,
326     RutubeMovieIE,
327     RutubePersonIE,
328 )
329 from .rutv import RUTVIE
330 from .sapo import SapoIE
331 from .savefrom import SaveFromIE
332 from .sbs import SBSIE
333 from .scivee import SciVeeIE
334 from .screencast import ScreencastIE
335 from .servingsys import ServingSysIE
336 from .sexu import SexuIE
337 from .sexykarma import SexyKarmaIE
338 from .shared import SharedIE
339 from .sharesix import ShareSixIE
340 from .sina import SinaIE
341 from .slideshare import SlideshareIE
342 from .slutload import SlutloadIE
343 from .smotri import (
344     SmotriIE,
345     SmotriCommunityIE,
346     SmotriUserIE,
347     SmotriBroadcastIE,
348 )
349 from .snotr import SnotrIE
350 from .sockshare import SockshareIE
351 from .sohu import SohuIE
352 from .soundcloud import (
353     SoundcloudIE,
354     SoundcloudSetIE,
355     SoundcloudUserIE,
356     SoundcloudPlaylistIE
357 )
358 from .soundgasm import SoundgasmIE
359 from .southpark import (
360     SouthParkIE,
361     SouthparkDeIE,
362 )
363 from .space import SpaceIE
364 from .spankwire import SpankwireIE
365 from .spiegel import SpiegelIE, SpiegelArticleIE
366 from .spiegeltv import SpiegeltvIE
367 from .spike import SpikeIE
368 from .sport5 import Sport5IE
369 from .sportbox import SportBoxIE
370 from .sportdeutschland import SportDeutschlandIE
371 from .srmediathek import SRMediathekIE
372 from .stanfordoc import StanfordOpenClassroomIE
373 from .steam import SteamIE
374 from .streamcloud import StreamcloudIE
375 from .streamcz import StreamCZIE
376 from .sunporno import SunPornoIE
377 from .swrmediathek import SWRMediathekIE
378 from .syfy import SyfyIE
379 from .sztvhu import SztvHuIE
380 from .tagesschau import TagesschauIE
381 from .tapely import TapelyIE
382 from .tass import TassIE
383 from .teachertube import (
384     TeacherTubeIE,
385     TeacherTubeUserIE,
386 )
387 from .teachingchannel import TeachingChannelIE
388 from .teamcoco import TeamcocoIE
389 from .techtalks import TechTalksIE
390 from .ted import TEDIE
391 from .telebruxelles import TeleBruxellesIE
392 from .telecinco import TelecincoIE
393 from .telemb import TeleMBIE
394 from .tenplay import TenPlayIE
395 from .testurl import TestURLIE
396 from .tf1 import TF1IE
397 from .theonion import TheOnionIE
398 from .theplatform import ThePlatformIE
399 from .thesixtyone import TheSixtyOneIE
400 from .thisav import ThisAVIE
401 from .tinypic import TinyPicIE
402 from .tlc import TlcIE, TlcDeIE
403 from .tmz import TMZIE
404 from .tnaflix import TNAFlixIE
405 from .thvideo import (
406     THVideoIE,
407     THVideoPlaylistIE
408 )
409 from .toutv import TouTvIE
410 from .toypics import ToypicsUserIE, ToypicsIE
411 from .traileraddict import TrailerAddictIE
412 from .trilulilu import TriluliluIE
413 from .trutube import TruTubeIE
414 from .tube8 import Tube8IE
415 from .tudou import TudouIE
416 from .tumblr import TumblrIE
417 from .tunein import TuneInIE
418 from .turbo import TurboIE
419 from .tutv import TutvIE
420 from .tvigle import TvigleIE
421 from .tvp import TvpIE
422 from .tvplay import TVPlayIE
423 from .twentyfourvideo import TwentyFourVideoIE
424 from .twitch import TwitchIE
425 from .ubu import UbuIE
426 from .udemy import (
427     UdemyIE,
428     UdemyCourseIE
429 )
430 from .unistra import UnistraIE
431 from .urort import UrortIE
432 from .ustream import UstreamIE, UstreamChannelIE
433 from .vbox7 import Vbox7IE
434 from .veehd import VeeHDIE
435 from .veoh import VeohIE
436 from .vesti import VestiIE
437 from .vevo import VevoIE
438 from .vgtv import VGTVIE
439 from .vh1 import VH1IE
440 from .vice import ViceIE
441 from .viddler import ViddlerIE
442 from .videobam import VideoBamIE
443 from .videodetective import VideoDetectiveIE
444 from .videolecturesnet import VideoLecturesNetIE
445 from .videofyme import VideofyMeIE
446 from .videomega import VideoMegaIE
447 from .videopremium import VideoPremiumIE
448 from .videott import VideoTtIE
449 from .videoweed import VideoWeedIE
450 from .vidme import VidmeIE
451 from .vidzi import VidziIE
452 from .vimeo import (
453     VimeoIE,
454     VimeoAlbumIE,
455     VimeoChannelIE,
456     VimeoGroupsIE,
457     VimeoLikesIE,
458     VimeoReviewIE,
459     VimeoUserIE,
460     VimeoWatchLaterIE,
461 )
462 from .vimple import VimpleIE
463 from .vine import (
464     VineIE,
465     VineUserIE,
466 )
467 from .viki import VikiIE
468 from .vk import (
469     VKIE,
470     VKUserVideosIE,
471 )
472 from .vodlocker import VodlockerIE
473 from .vporn import VpornIE
474 from .vrt import VRTIE
475 from .vube import VubeIE
476 from .vuclip import VuClipIE
477 from .vulture import VultureIE
478 from .walla import WallaIE
479 from .washingtonpost import WashingtonPostIE
480 from .wat import WatIE
481 from .wayofthemaster import WayOfTheMasterIE
482 from .wdr import (
483     WDRIE,
484     WDRMobileIE,
485     WDRMausIE,
486 )
487 from .weibo import WeiboIE
488 from .wimp import WimpIE
489 from .wistia import WistiaIE
490 from .worldstarhiphop import WorldStarHipHopIE
491 from .wrzuta import WrzutaIE
492 from .xbef import XBefIE
493 from .xboxclips import XboxClipsIE
494 from .xhamster import XHamsterIE
495 from .xminus import XMinusIE
496 from .xnxx import XNXXIE
497 from .xvideos import XVideosIE
498 from .xtube import XTubeUserIE, XTubeIE
499 from .yahoo import (
500     YahooIE,
501     YahooSearchIE,
502 )
503 from .ynet import YnetIE
504 from .youjizz import YouJizzIE
505 from .youku import YoukuIE
506 from .youporn import YouPornIE
507 from .yourupload import YourUploadIE
508 from .youtube import (
509     YoutubeIE,
510     YoutubeChannelIE,
511     YoutubeFavouritesIE,
512     YoutubeHistoryIE,
513     YoutubePlaylistIE,
514     YoutubeRecommendedIE,
515     YoutubeSearchDateIE,
516     YoutubeSearchIE,
517     YoutubeSearchURLIE,
518     YoutubeShowIE,
519     YoutubeSubscriptionsIE,
520     YoutubeTopListIE,
521     YoutubeTruncatedURLIE,
522     YoutubeUserIE,
523     YoutubeWatchLaterIE,
524 )
525 from .zdf import ZDFIE
526 from .zingmp3 import (
527     ZingMp3SongIE,
528     ZingMp3AlbumIE,
529 )
530
531 _ALL_CLASSES = [
532     klass
533     for name, klass in globals().items()
534     if name.endswith('IE') and name != 'GenericIE'
535 ]
536 _ALL_CLASSES.append(GenericIE)
537
538
539 def gen_extractors():
540     """ Return a list of an instance of every supported extractor.
541     The order does matter; the first extractor matched is the one handling the URL.
542     """
543     return [klass() for klass in _ALL_CLASSES]
544
545
546 def get_info_extractor(ie_name):
547     """Returns the info extractor class with the given ie_name"""
548     return globals()[ie_name + 'IE']