Merge remote-tracking branch 'hojel/nuvid'
[youtube-dl] / youtube_dl / extractor / __init__.py
1 from .academicearth import AcademicEarthCourseIE
2 from .addanime import AddAnimeIE
3 from .aftonbladet import AftonbladetIE
4 from .anitube import AnitubeIE
5 from .aol import AolIE
6 from .aparat import AparatIE
7 from .appletrailers import AppleTrailersIE
8 from .archiveorg import ArchiveOrgIE
9 from .ard import ARDIE
10 from .arte import (
11     ArteTvIE,
12     ArteTVPlus7IE,
13     ArteTVCreativeIE,
14     ArteTVConcertIE,
15     ArteTVFutureIE,
16     ArteTVDDCIE,
17     ArteTVEmbedIE,
18 )
19 from .auengine import AUEngineIE
20 from .bambuser import BambuserIE, BambuserChannelIE
21 from .bandcamp import BandcampIE, BandcampAlbumIE
22 from .bbccouk import BBCCoUkIE
23 from .bilibili import BiliBiliIE
24 from .blinkx import BlinkxIE
25 from .bliptv import BlipTVIE, BlipTVUserIE
26 from .bloomberg import BloombergIE
27 from .br import BRIE
28 from .breakcom import BreakIE
29 from .brightcove import BrightcoveIE
30 from .byutv import BYUtvIE
31 from .c56 import C56IE
32 from .canal13cl import Canal13clIE
33 from .canalplus import CanalplusIE
34 from .canalc2 import Canalc2IE
35 from .cbs import CBSIE
36 from .cbsnews import CBSNewsIE
37 from .ceskatelevize import CeskaTelevizeIE
38 from .channel9 import Channel9IE
39 from .chilloutzone import ChilloutzoneIE
40 from .cinemassacre import CinemassacreIE
41 from .clipfish import ClipfishIE
42 from .cliphunter import CliphunterIE
43 from .clipsyndicate import ClipsyndicateIE
44 from .clubic import ClubicIE
45 from .cmt import CMTIE
46 from .cnet import CNETIE
47 from .cnn import (
48     CNNIE,
49     CNNBlogsIE,
50 )
51 from .collegehumor import CollegeHumorIE
52 from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
53 from .condenast import CondeNastIE
54 from .criterion import CriterionIE
55 from .crunchyroll import CrunchyrollIE
56 from .cspan import CSpanIE
57 from .d8 import D8IE
58 from .dailymotion import (
59     DailymotionIE,
60     DailymotionPlaylistIE,
61     DailymotionUserIE,
62 )
63 from .daum import DaumIE
64 from .dotsub import DotsubIE
65 from .dreisat import DreiSatIE
66 from .defense import DefenseGouvFrIE
67 from .discovery import DiscoveryIE
68 from .divxstage import DivxStageIE
69 from .dropbox import DropboxIE
70 from .ebaumsworld import EbaumsWorldIE
71 from .ehow import EHowIE
72 from .eighttracks import EightTracksIE
73 from .eitb import EitbIE
74 from .elpais import ElPaisIE
75 from .engadget import EngadgetIE
76 from .escapist import EscapistIE
77 from .everyonesmixtape import EveryonesMixtapeIE
78 from .exfm import ExfmIE
79 from .extremetube import ExtremeTubeIE
80 from .facebook import FacebookIE
81 from .faz import FazIE
82 from .fc2 import FC2IE
83 from .firstpost import FirstpostIE
84 from .firsttv import FirstTVIE
85 from .fivemin import FiveMinIE
86 from .fktv import (
87     FKTVIE,
88     FKTVPosteckeIE,
89 )
90 from .flickr import FlickrIE
91 from .fourtube import FourTubeIE
92 from .franceculture import FranceCultureIE
93 from .franceinter import FranceInterIE
94 from .francetv import (
95     PluzzIE,
96     FranceTvInfoIE,
97     FranceTVIE,
98     GenerationQuoiIE,
99     CultureboxIE,
100 )
101 from .freesound import FreesoundIE
102 from .freespeech import FreespeechIE
103 from .funnyordie import FunnyOrDieIE
104 from .gamekings import GamekingsIE
105 from .gamespot import GameSpotIE
106 from .gametrailers import GametrailersIE
107 from .gdcvault import GDCVaultIE
108 from .generic import GenericIE
109 from .googleplus import GooglePlusIE
110 from .googlesearch import GoogleSearchIE
111 from .hark import HarkIE
112 from .helsinki import HelsinkiIE
113 from .hotnewhiphop import HotNewHipHopIE
114 from .howcast import HowcastIE
115 from .huffpost import HuffPostIE
116 from .hypem import HypemIE
117 from .iconosquare import IconosquareIE
118 from .ign import IGNIE, OneUPIE
119 from .imdb import (
120     ImdbIE,
121     ImdbListIE
122 )
123 from .ina import InaIE
124 from .infoq import InfoQIE
125 from .instagram import InstagramIE, InstagramUserIE
126 from .internetvideoarchive import InternetVideoArchiveIE
127 from .iprima import IPrimaIE
128 from .ivi import (
129     IviIE,
130     IviCompilationIE
131 )
132 from .jadorecettepub import JadoreCettePubIE
133 from .jeuxvideo import JeuxVideoIE
134 from .jukebox import JukeboxIE
135 from .justintv import JustinTVIE
136 from .jpopsukitv import JpopsukiIE
137 from .kankan import KankanIE
138 from .keezmovies import KeezMoviesIE
139 from .khanacademy import KhanAcademyIE
140 from .kickstarter import KickStarterIE
141 from .keek import KeekIE
142 from .kontrtube import KontrTubeIE
143 from .la7 import LA7IE
144 from .lifenews import LifeNewsIE
145 from .liveleak import LiveLeakIE
146 from .livestream import LivestreamIE, LivestreamOriginalIE
147 from .lynda import (
148     LyndaIE,
149     LyndaCourseIE
150 )
151 from .m6 import M6IE
152 from .macgamestore import MacGameStoreIE
153 from .mailru import MailRuIE
154 from .malemotion import MalemotionIE
155 from .mdr import MDRIE
156 from .metacafe import MetacafeIE
157 from .metacritic import MetacriticIE
158 from .mit import TechTVMITIE, MITIE, OCWMITIE
159 from .mixcloud import MixcloudIE
160 from .mpora import MporaIE
161 from .mofosex import MofosexIE
162 from .mooshare import MooshareIE
163 from .morningstar import MorningstarIE
164 from .motorsport import MotorsportIE
165 from .moviezine import MoviezineIE
166 from .movshare import MovShareIE
167 from .mtv import (
168     MTVIE,
169     MTVIggyIE,
170 )
171 from .musicplayon import MusicPlayOnIE
172 from .muzu import MuzuTVIE
173 from .myspace import MySpaceIE
174 from .myspass import MySpassIE
175 from .myvideo import MyVideoIE
176 from .naver import NaverIE
177 from .nba import NBAIE
178 from .nbc import (
179     NBCIE,
180     NBCNewsIE,
181 )
182 from .ndr import NDRIE
183 from .ndtv import NDTVIE
184 from .newgrounds import NewgroundsIE
185 from .newstube import NewstubeIE
186 from .nfb import NFBIE
187 from .nhl import NHLIE, NHLVideocenterIE
188 from .niconico import NiconicoIE
189 from .ninegag import NineGagIE
190 from .noco import NocoIE
191 from .normalboots import NormalbootsIE
192 from .novamov import NovaMovIE
193 from .nowness import NownessIE
194 from .nowvideo import NowVideoIE
195 from .nrk import NRKIE
196 from .ntv import NTVIE
197 from .nytimes import NYTimesIE
198 from .nuvid import NuvidIE
199 from .oe1 import OE1IE
200 from .ooyala import OoyalaIE
201 from .orf import ORFIE
202 from .parliamentliveuk import ParliamentLiveUKIE
203 from .pbs import PBSIE
204 from .photobucket import PhotobucketIE
205 from .playvid import PlayvidIE
206 from .podomatic import PodomaticIE
207 from .pornhd import PornHdIE
208 from .pornhub import PornHubIE
209 from .pornotube import PornotubeIE
210 from .prosiebensat1 import ProSiebenSat1IE
211 from .pyvideo import PyvideoIE
212 from .radiofrance import RadioFranceIE
213 from .rbmaradio import RBMARadioIE
214 from .redtube import RedTubeIE
215 from .ringtv import RingTVIE
216 from .ro220 import Ro220IE
217 from .rottentomatoes import RottenTomatoesIE
218 from .roxwel import RoxwelIE
219 from .rtbf import RTBFIE
220 from .rtlnow import RTLnowIE
221 from .rts import RTSIE
222 from .rtve import RTVEALaCartaIE
223 from .rutube import (
224     RutubeIE,
225     RutubeChannelIE,
226     RutubeMovieIE,
227     RutubePersonIE,
228 )
229 from .rutv import RUTVIE
230 from .savefrom import SaveFromIE
231 from .scivee import SciVeeIE
232 from .servingsys import ServingSysIE
233 from .sina import SinaIE
234 from .slideshare import SlideshareIE
235 from .slutload import SlutloadIE
236 from .smotri import (
237     SmotriIE,
238     SmotriCommunityIE,
239     SmotriUserIE,
240     SmotriBroadcastIE,
241 )
242 from .sohu import SohuIE
243 from .soundcloud import (
244     SoundcloudIE,
245     SoundcloudSetIE,
246     SoundcloudUserIE,
247     SoundcloudPlaylistIE
248 )
249 from .southparkstudios import (
250     SouthParkStudiosIE,
251     SouthparkDeIE,
252 )
253 from .space import SpaceIE
254 from .spankwire import SpankwireIE
255 from .spiegel import SpiegelIE
256 from .spike import SpikeIE
257 from .stanfordoc import StanfordOpenClassroomIE
258 from .steam import SteamIE
259 from .streamcloud import StreamcloudIE
260 from .streamcz import StreamCZIE
261 from .syfy import SyfyIE
262 from .sztvhu import SztvHuIE
263 from .teamcoco import TeamcocoIE
264 from .techtalks import TechTalksIE
265 from .ted import TEDIE
266 from .testurl import TestURLIE
267 from .tf1 import TF1IE
268 from .theplatform import ThePlatformIE
269 from .thisav import ThisAVIE
270 from .tinypic import TinyPicIE
271 from .tlc import TlcIE, TlcDeIE
272 from .toutv import TouTvIE
273 from .toypics import ToypicsUserIE, ToypicsIE
274 from .traileraddict import TrailerAddictIE
275 from .trilulilu import TriluliluIE
276 from .trutube import TruTubeIE
277 from .tube8 import Tube8IE
278 from .tudou import TudouIE
279 from .tumblr import TumblrIE
280 from .tutv import TutvIE
281 from .tvigle import TvigleIE
282 from .tvp import TvpIE
283 from .udemy import (
284     UdemyIE,
285     UdemyCourseIE
286 )
287 from .unistra import UnistraIE
288 from .urort import UrortIE
289 from .ustream import UstreamIE, UstreamChannelIE
290 from .vbox7 import Vbox7IE
291 from .veehd import VeeHDIE
292 from .veoh import VeohIE
293 from .vesti import VestiIE
294 from .vevo import VevoIE
295 from .viddler import ViddlerIE
296 from .videobam import VideoBamIE
297 from .videodetective import VideoDetectiveIE
298 from .videolecturesnet import VideoLecturesNetIE
299 from .videofyme import VideofyMeIE
300 from .videopremium import VideoPremiumIE
301 from .videott import VideoTtIE
302 from .videoweed import VideoWeedIE
303 from .vimeo import (
304     VimeoIE,
305     VimeoChannelIE,
306     VimeoUserIE,
307     VimeoAlbumIE,
308     VimeoGroupsIE,
309     VimeoReviewIE,
310     VimeoWatchLaterIE,
311 )
312 from .vine import (
313     VineIE,
314     VineUserIE,
315 )
316 from .viki import VikiIE
317 from .vk import VKIE
318 from .vube import VubeIE
319 from .vuclip import VuClipIE
320 from .washingtonpost import WashingtonPostIE
321 from .wat import WatIE
322 from .wdr import (
323     WDRIE,
324     WDRMobileIE,
325     WDRMausIE,
326 )
327 from .weibo import WeiboIE
328 from .wimp import WimpIE
329 from .wistia import WistiaIE
330 from .worldstarhiphop import WorldStarHipHopIE
331 from .xbef import XBefIE
332 from .xhamster import XHamsterIE
333 from .xnxx import XNXXIE
334 from .xvideos import XVideosIE
335 from .xtube import XTubeUserIE, XTubeIE
336 from .yahoo import (
337     YahooIE,
338     YahooNewsIE,
339     YahooSearchIE,
340 )
341 from .youjizz import YouJizzIE
342 from .youku import YoukuIE
343 from .youporn import YouPornIE
344 from .youtube import (
345     YoutubeIE,
346     YoutubeChannelIE,
347     YoutubeFavouritesIE,
348     YoutubeHistoryIE,
349     YoutubePlaylistIE,
350     YoutubeRecommendedIE,
351     YoutubeSearchDateIE,
352     YoutubeSearchIE,
353     YoutubeSearchURLIE,
354     YoutubeShowIE,
355     YoutubeSubscriptionsIE,
356     YoutubeTopListIE,
357     YoutubeTruncatedURLIE,
358     YoutubeUserIE,
359     YoutubeWatchLaterIE,
360 )
361 from .zdf import ZDFIE
362
363
364 _ALL_CLASSES = [
365     klass
366     for name, klass in globals().items()
367     if name.endswith('IE') and name != 'GenericIE'
368 ]
369 _ALL_CLASSES.append(GenericIE)
370
371
372 def gen_extractors():
373     """ Return a list of an instance of every supported extractor.
374     The order does matter; the first extractor matched is the one handling the URL.
375     """
376     return [klass() for klass in _ALL_CLASSES]
377
378
379 def get_info_extractor(ie_name):
380     """Returns the info extractor class with the given ie_name"""
381     return globals()[ie_name+'IE']