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