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