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