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