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