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