[commonmistakes] Detect BOMs at the beginning of URLs
[youtube-dl] / youtube_dl / extractor / __init__.py
1 from __future__ import unicode_literals
2
3 from .abc import ABCIE
4 from .abc7news import Abc7NewsIE
5 from .academicearth import AcademicEarthCourseIE
6 from .addanime import AddAnimeIE
7 from .adobetv import AdobeTVIE
8 from .adultswim import AdultSwimIE
9 from .aftenposten import AftenpostenIE
10 from .aftonbladet import AftonbladetIE
11 from .aljazeera import AlJazeeraIE
12 from .alphaporno import AlphaPornoIE
13 from .anitube import AnitubeIE
14 from .anysex import AnySexIE
15 from .aol import AolIE
16 from .allocine import AllocineIE
17 from .aparat import AparatIE
18 from .appletrailers import AppleTrailersIE
19 from .archiveorg import ArchiveOrgIE
20 from .ard import ARDIE, ARDMediathekIE
21 from .arte import (
22     ArteTvIE,
23     ArteTVPlus7IE,
24     ArteTVCreativeIE,
25     ArteTVConcertIE,
26     ArteTVFutureIE,
27     ArteTVDDCIE,
28     ArteTVEmbedIE,
29 )
30 from .atresplayer import AtresPlayerIE
31 from .atttechchannel import ATTTechChannelIE
32 from .audiomack import AudiomackIE, AudiomackAlbumIE
33 from .azubu import AzubuIE
34 from .bambuser import BambuserIE, BambuserChannelIE
35 from .bandcamp import BandcampIE, BandcampAlbumIE
36 from .bbccouk import BBCCoUkIE
37 from .beeg import BeegIE
38 from .behindkink import BehindKinkIE
39 from .bet import BetIE
40 from .bild import BildIE
41 from .bilibili import BiliBiliIE
42 from .blinkx import BlinkxIE
43 from .bliptv import BlipTVIE, BlipTVUserIE
44 from .bloomberg import BloombergIE
45 from .bpb import BpbIE
46 from .br import BRIE
47 from .breakcom import BreakIE
48 from .brightcove import BrightcoveIE
49 from .buzzfeed import BuzzFeedIE
50 from .byutv import BYUtvIE
51 from .c56 import C56IE
52 from .canal13cl import Canal13clIE
53 from .canalplus import CanalplusIE
54 from .canalc2 import Canalc2IE
55 from .cbs import CBSIE
56 from .cbsnews import CBSNewsIE
57 from .ceskatelevize import CeskaTelevizeIE
58 from .channel9 import Channel9IE
59 from .chilloutzone import ChilloutzoneIE
60 from .cinchcast import CinchcastIE
61 from .clipfish import ClipfishIE
62 from .cliphunter import CliphunterIE
63 from .clipsyndicate import ClipsyndicateIE
64 from .cloudy import CloudyIE
65 from .clubic import ClubicIE
66 from .cmt import CMTIE
67 from .cnet import CNETIE
68 from .cnn import (
69     CNNIE,
70     CNNBlogsIE,
71     CNNArticleIE,
72 )
73 from .collegehumor import CollegeHumorIE
74 from .collegerama import CollegeRamaIE
75 from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
76 from .comcarcoff import ComCarCoffIE
77 from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
78 from .condenast import CondeNastIE
79 from .cracked import CrackedIE
80 from .criterion import CriterionIE
81 from .crunchyroll import (
82     CrunchyrollIE,
83     CrunchyrollShowPlaylistIE
84 )
85 from .cspan import CSpanIE
86 from .ctsnews import CtsNewsIE
87 from .dailymotion import (
88     DailymotionIE,
89     DailymotionPlaylistIE,
90     DailymotionUserIE,
91 )
92 from .daum import DaumIE
93 from .dbtv import DBTVIE
94 from .dctp import DctpTvIE
95 from .deezer import DeezerPlaylistIE
96 from .dfb import DFBIE
97 from .dotsub import DotsubIE
98 from .dreisat import DreiSatIE
99 from .drbonanza import DRBonanzaIE
100 from .drtuber import DrTuberIE
101 from .drtv import DRTVIE
102 from .dvtv import DVTVIE
103 from .dump import DumpIE
104 from .defense import DefenseGouvFrIE
105 from .discovery import DiscoveryIE
106 from .divxstage import DivxStageIE
107 from .dropbox import DropboxIE
108 from .ebaumsworld import EbaumsWorldIE
109 from .echomsk import EchoMskIE
110 from .ehow import EHowIE
111 from .eighttracks import EightTracksIE
112 from .einthusan import EinthusanIE
113 from .eitb import EitbIE
114 from .ellentv import (
115     EllenTVIE,
116     EllenTVClipsIE,
117 )
118 from .elpais import ElPaisIE
119 from .empflix import EMPFlixIE
120 from .engadget import EngadgetIE
121 from .eporner import EpornerIE
122 from .eroprofile import EroProfileIE
123 from .escapist import EscapistIE
124 from .everyonesmixtape import EveryonesMixtapeIE
125 from .exfm import ExfmIE
126 from .expotv import ExpoTVIE
127 from .extremetube import ExtremeTubeIE
128 from .facebook import FacebookIE
129 from .faz import FazIE
130 from .fc2 import FC2IE
131 from .firedrive import FiredriveIE
132 from .firstpost import FirstpostIE
133 from .firsttv import FirstTVIE
134 from .fivemin import FiveMinIE
135 from .fktv import (
136     FKTVIE,
137     FKTVPosteckeIE,
138 )
139 from .flickr import FlickrIE
140 from .folketinget import FolketingetIE
141 from .fourtube import FourTubeIE
142 from .foxgay import FoxgayIE
143 from .foxnews import FoxNewsIE
144 from .franceculture import FranceCultureIE
145 from .franceinter import FranceInterIE
146 from .francetv import (
147     PluzzIE,
148     FranceTvInfoIE,
149     FranceTVIE,
150     GenerationQuoiIE,
151     CultureboxIE,
152 )
153 from .freesound import FreesoundIE
154 from .freespeech import FreespeechIE
155 from .freevideo import FreeVideoIE
156 from .funnyordie import FunnyOrDieIE
157 from .gamekings import GamekingsIE
158 from .gameone import (
159     GameOneIE,
160     GameOnePlaylistIE,
161 )
162 from .gamespot import GameSpotIE
163 from .gamestar import GameStarIE
164 from .gametrailers import GametrailersIE
165 from .gdcvault import GDCVaultIE
166 from .generic import GenericIE
167 from .giantbomb import GiantBombIE
168 from .giga import GigaIE
169 from .glide import GlideIE
170 from .globo import GloboIE
171 from .godtube import GodTubeIE
172 from .goldenmoustache import GoldenMoustacheIE
173 from .golem import GolemIE
174 from .googleplus import GooglePlusIE
175 from .googlesearch import GoogleSearchIE
176 from .gorillavid import GorillaVidIE
177 from .goshgay import GoshgayIE
178 from .grooveshark import GroovesharkIE
179 from .groupon import GrouponIE
180 from .hark import HarkIE
181 from .hearthisat import HearThisAtIE
182 from .heise import HeiseIE
183 from .hellporno import HellPornoIE
184 from .helsinki import HelsinkiIE
185 from .hentaistigma import HentaiStigmaIE
186 from .historicfilms import HistoricFilmsIE
187 from .hitbox import HitboxIE, HitboxLiveIE
188 from .hornbunny import HornBunnyIE
189 from .hostingbulk import HostingBulkIE
190 from .hotnewhiphop import HotNewHipHopIE
191 from .howcast import HowcastIE
192 from .howstuffworks import HowStuffWorksIE
193 from .huffpost import HuffPostIE
194 from .hypem import HypemIE
195 from .iconosquare import IconosquareIE
196 from .ign import IGNIE, OneUPIE
197 from .imdb import (
198     ImdbIE,
199     ImdbListIE
200 )
201 from .ina import InaIE
202 from .infoq import InfoQIE
203 from .instagram import InstagramIE, InstagramUserIE
204 from .internetvideoarchive import InternetVideoArchiveIE
205 from .iprima import IPrimaIE
206 from .ivi import (
207     IviIE,
208     IviCompilationIE
209 )
210 from .izlesene import IzleseneIE
211 from .jadorecettepub import JadoreCettePubIE
212 from .jeuxvideo import JeuxVideoIE
213 from .jove import JoveIE
214 from .jukebox import JukeboxIE
215 from .jpopsukitv import JpopsukiIE
216 from .kankan import KankanIE
217 from .karaoketv import KaraoketvIE
218 from .keezmovies import KeezMoviesIE
219 from .khanacademy import KhanAcademyIE
220 from .kickstarter import KickStarterIE
221 from .keek import KeekIE
222 from .kontrtube import KontrTubeIE
223 from .krasview import KrasViewIE
224 from .ku6 import Ku6IE
225 from .la7 import LA7IE
226 from .laola1tv import Laola1TvIE
227 from .lifenews import LifeNewsIE
228 from .liveleak import LiveLeakIE
229 from .livestream import (
230     LivestreamIE,
231     LivestreamOriginalIE,
232     LivestreamShortenerIE,
233 )
234 from .lnkgo import LnkGoIE
235 from .lrt import LRTIE
236 from .lynda import (
237     LyndaIE,
238     LyndaCourseIE
239 )
240 from .m6 import M6IE
241 from .macgamestore import MacGameStoreIE
242 from .mailru import MailRuIE
243 from .malemotion import MalemotionIE
244 from .mdr import MDRIE
245 from .metacafe import MetacafeIE
246 from .metacritic import MetacriticIE
247 from .mgoon import MgoonIE
248 from .minhateca import MinhatecaIE
249 from .ministrygrid import MinistryGridIE
250 from .mit import TechTVMITIE, MITIE, OCWMITIE
251 from .mitele import MiTeleIE
252 from .mixcloud import MixcloudIE
253 from .mlb import MLBIE
254 from .mpora import MporaIE
255 from .moevideo import MoeVideoIE
256 from .mofosex import MofosexIE
257 from .mojvideo import MojvideoIE
258 from .moniker import MonikerIE
259 from .mooshare import MooshareIE
260 from .morningstar import MorningstarIE
261 from .motherless import MotherlessIE
262 from .motorsport import MotorsportIE
263 from .movieclips import MovieClipsIE
264 from .moviezine import MoviezineIE
265 from .movshare import MovShareIE
266 from .mtv import (
267     MTVIE,
268     MTVServicesEmbeddedIE,
269     MTVIggyIE,
270 )
271 from .muenchentv import MuenchenTVIE
272 from .musicplayon import MusicPlayOnIE
273 from .musicvault import MusicVaultIE
274 from .muzu import MuzuTVIE
275 from .myspace import MySpaceIE, MySpaceAlbumIE
276 from .myspass import MySpassIE
277 from .myvideo import MyVideoIE
278 from .myvidster import MyVidsterIE
279 from .naver import NaverIE
280 from .nba import NBAIE
281 from .nbc import (
282     NBCIE,
283     NBCNewsIE,
284 )
285 from .ndr import NDRIE
286 from .ndtv import NDTVIE
287 from .netzkino import NetzkinoIE
288 from .nerdcubed import NerdCubedFeedIE
289 from .nerdist import NerdistIE
290 from .newgrounds import NewgroundsIE
291 from .newstube import NewstubeIE
292 from .nextmedia import (
293     NextMediaIE,
294     NextMediaActionNewsIE,
295     AppleDailyRealtimeNewsIE,
296     AppleDailyAnimationNewsIE
297 )
298 from .nfb import NFBIE
299 from .nfl import NFLIE
300 from .nhl import (
301     NHLIE,
302     NHLNewsIE,
303     NHLVideocenterIE,
304 )
305 from .niconico import NiconicoIE, NiconicoPlaylistIE
306 from .ninegag import NineGagIE
307 from .noco import NocoIE
308 from .normalboots import NormalbootsIE
309 from .nosvideo import NosVideoIE
310 from .novamov import NovaMovIE
311 from .nowness import NownessIE
312 from .nowvideo import NowVideoIE
313 from .npo import (
314     NPOIE,
315     NPOLiveIE,
316     TegenlichtVproIE,
317 )
318 from .nrk import (
319     NRKIE,
320     NRKTVIE,
321 )
322 from .ntvde import NTVDeIE
323 from .ntvru import NTVRuIE
324 from .nytimes import NYTimesIE
325 from .nuvid import NuvidIE
326 from .oktoberfesttv import OktoberfestTVIE
327 from .ooyala import OoyalaIE
328 from .openfilm import OpenFilmIE
329 from .orf import (
330     ORFTVthekIE,
331     ORFOE1IE,
332     ORFFM4IE,
333 )
334 from .parliamentliveuk import ParliamentLiveUKIE
335 from .patreon import PatreonIE
336 from .pbs import PBSIE
337 from .phoenix import PhoenixIE
338 from .photobucket import PhotobucketIE
339 from .planetaplay import PlanetaPlayIE
340 from .played import PlayedIE
341 from .playfm import PlayFMIE
342 from .playvid import PlayvidIE
343 from .podomatic import PodomaticIE
344 from .pornhd import PornHdIE
345 from .pornhub import PornHubIE
346 from .pornotube import PornotubeIE
347 from .pornoxo import PornoXOIE
348 from .promptfile import PromptFileIE
349 from .prosiebensat1 import ProSiebenSat1IE
350 from .pyvideo import PyvideoIE
351 from .quickvid import QuickVidIE
352 from .radiode import RadioDeIE
353 from .radiobremen import RadioBremenIE
354 from .radiofrance import RadioFranceIE
355 from .rai import RaiIE
356 from .rbmaradio import RBMARadioIE
357 from .redtube import RedTubeIE
358 from .restudy import RestudyIE
359 from .reverbnation import ReverbNationIE
360 from .ringtv import RingTVIE
361 from .ro220 import Ro220IE
362 from .rottentomatoes import RottenTomatoesIE
363 from .roxwel import RoxwelIE
364 from .rtbf import RTBFIE
365 from .rte import RteIE
366 from .rtlnl import RtlXlIE
367 from .rtlnow import RTLnowIE
368 from .rtl2 import RTL2IE
369 from .rtp import RTPIE
370 from .rts import RTSIE
371 from .rtve import RTVEALaCartaIE, RTVELiveIE
372 from .ruhd import RUHDIE
373 from .rutube import (
374     RutubeIE,
375     RutubeChannelIE,
376     RutubeEmbedIE,
377     RutubeMovieIE,
378     RutubePersonIE,
379 )
380 from .rutv import RUTVIE
381 from .sapo import SapoIE
382 from .savefrom import SaveFromIE
383 from .sbs import SBSIE
384 from .scivee import SciVeeIE
385 from .screencast import ScreencastIE
386 from .screencastomatic import ScreencastOMaticIE
387 from .screenwavemedia import CinemassacreIE, ScreenwaveMediaIE, TeamFourIE
388 from .servingsys import ServingSysIE
389 from .sexu import SexuIE
390 from .sexykarma import SexyKarmaIE
391 from .shared import SharedIE
392 from .sharesix import ShareSixIE
393 from .sina import SinaIE
394 from .slideshare import SlideshareIE
395 from .slutload import SlutloadIE
396 from .smotri import (
397     SmotriIE,
398     SmotriCommunityIE,
399     SmotriUserIE,
400     SmotriBroadcastIE,
401 )
402 from .snotr import SnotrIE
403 from .sockshare import SockshareIE
404 from .sohu import SohuIE
405 from .soundcloud import (
406     SoundcloudIE,
407     SoundcloudSetIE,
408     SoundcloudUserIE,
409     SoundcloudPlaylistIE
410 )
411 from .soundgasm import SoundgasmIE
412 from .southpark import (
413     SouthParkIE,
414     SouthparkDeIE,
415 )
416 from .space import SpaceIE
417 from .spankwire import SpankwireIE
418 from .spiegel import SpiegelIE, SpiegelArticleIE
419 from .spiegeltv import SpiegeltvIE
420 from .spike import SpikeIE
421 from .sport5 import Sport5IE
422 from .sportbox import SportBoxIE
423 from .sportdeutschland import SportDeutschlandIE
424 from .srmediathek import SRMediathekIE
425 from .stanfordoc import StanfordOpenClassroomIE
426 from .steam import SteamIE
427 from .streamcloud import StreamcloudIE
428 from .streamcz import StreamCZIE
429 from .streetvoice import StreetVoiceIE
430 from .sunporno import SunPornoIE
431 from .svtplay import SVTPlayIE
432 from .swrmediathek import SWRMediathekIE
433 from .syfy import SyfyIE
434 from .sztvhu import SztvHuIE
435 from .tagesschau import TagesschauIE
436 from .tapely import TapelyIE
437 from .tass import TassIE
438 from .teachertube import (
439     TeacherTubeIE,
440     TeacherTubeUserIE,
441 )
442 from .teachingchannel import TeachingChannelIE
443 from .teamcoco import TeamcocoIE
444 from .techtalks import TechTalksIE
445 from .ted import TEDIE
446 from .telebruxelles import TeleBruxellesIE
447 from .telecinco import TelecincoIE
448 from .telemb import TeleMBIE
449 from .teletask import TeleTaskIE
450 from .tenplay import TenPlayIE
451 from .testurl import TestURLIE
452 from .testtube import TestTubeIE
453 from .tf1 import TF1IE
454 from .theonion import TheOnionIE
455 from .theplatform import ThePlatformIE
456 from .thesixtyone import TheSixtyOneIE
457 from .thisav import ThisAVIE
458 from .tinypic import TinyPicIE
459 from .tlc import TlcIE, TlcDeIE
460 from .tmz import TMZIE
461 from .tnaflix import TNAFlixIE
462 from .thvideo import (
463     THVideoIE,
464     THVideoPlaylistIE
465 )
466 from .toutv import TouTvIE
467 from .toypics import ToypicsUserIE, ToypicsIE
468 from .traileraddict import TrailerAddictIE
469 from .trilulilu import TriluliluIE
470 from .trutube import TruTubeIE
471 from .tube8 import Tube8IE
472 from .tudou import TudouIE
473 from .tumblr import TumblrIE
474 from .tunein import TuneInIE
475 from .turbo import TurboIE
476 from .tutv import TutvIE
477 from .tvigle import TvigleIE
478 from .tvp import TvpIE, TvpSeriesIE
479 from .tvplay import TVPlayIE
480 from .tweakers import TweakersIE
481 from .twentyfourvideo import TwentyFourVideoIE
482 from .twitch import (
483     TwitchVideoIE,
484     TwitchChapterIE,
485     TwitchVodIE,
486     TwitchProfileIE,
487     TwitchPastBroadcastsIE,
488     TwitchBookmarksIE,
489     TwitchStreamIE,
490 )
491 from .ubu import UbuIE
492 from .udemy import (
493     UdemyIE,
494     UdemyCourseIE
495 )
496 from .unistra import UnistraIE
497 from .urort import UrortIE
498 from .ustream import UstreamIE, UstreamChannelIE
499 from .vbox7 import Vbox7IE
500 from .veehd import VeeHDIE
501 from .veoh import VeohIE
502 from .vesti import VestiIE
503 from .vevo import VevoIE
504 from .vgtv import VGTVIE
505 from .vh1 import VH1IE
506 from .vice import ViceIE
507 from .viddler import ViddlerIE
508 from .videobam import VideoBamIE
509 from .videodetective import VideoDetectiveIE
510 from .videolecturesnet import VideoLecturesNetIE
511 from .videofyme import VideofyMeIE
512 from .videomega import VideoMegaIE
513 from .videopremium import VideoPremiumIE
514 from .videott import VideoTtIE
515 from .videoweed import VideoWeedIE
516 from .vidme import VidmeIE
517 from .vidzi import VidziIE
518 from .vier import VierIE, VierVideosIE
519 from .vimeo import (
520     VimeoIE,
521     VimeoAlbumIE,
522     VimeoChannelIE,
523     VimeoGroupsIE,
524     VimeoLikesIE,
525     VimeoReviewIE,
526     VimeoUserIE,
527     VimeoWatchLaterIE,
528 )
529 from .vimple import VimpleIE
530 from .vine import (
531     VineIE,
532     VineUserIE,
533 )
534 from .viki import VikiIE
535 from .vk import (
536     VKIE,
537     VKUserVideosIE,
538 )
539 from .vodlocker import VodlockerIE
540 from .vporn import VpornIE
541 from .vrt import VRTIE
542 from .vube import VubeIE
543 from .vuclip import VuClipIE
544 from .vulture import VultureIE
545 from .walla import WallaIE
546 from .washingtonpost import WashingtonPostIE
547 from .wat import WatIE
548 from .wayofthemaster import WayOfTheMasterIE
549 from .wdr import (
550     WDRIE,
551     WDRMobileIE,
552     WDRMausIE,
553 )
554 from .webofstories import WebOfStoriesIE
555 from .weibo import WeiboIE
556 from .wimp import WimpIE
557 from .wistia import WistiaIE
558 from .worldstarhiphop import WorldStarHipHopIE
559 from .wrzuta import WrzutaIE
560 from .wsj import WSJIE
561 from .xbef import XBefIE
562 from .xboxclips import XboxClipsIE
563 from .xhamster import XHamsterIE
564 from .xminus import XMinusIE
565 from .xnxx import XNXXIE
566 from .xvideos import XVideosIE
567 from .xtube import XTubeUserIE, XTubeIE
568 from .xuite import XuiteIE
569 from .xxxymovies import XXXYMoviesIE
570 from .yahoo import (
571     YahooIE,
572     YahooSearchIE,
573 )
574 from .yesjapan import YesJapanIE
575 from .ynet import YnetIE
576 from .youjizz import YouJizzIE
577 from .youku import YoukuIE
578 from .youporn import YouPornIE
579 from .yourupload import YourUploadIE
580 from .youtube import (
581     YoutubeIE,
582     YoutubeChannelIE,
583     YoutubeFavouritesIE,
584     YoutubeHistoryIE,
585     YoutubePlaylistIE,
586     YoutubeRecommendedIE,
587     YoutubeSearchDateIE,
588     YoutubeSearchIE,
589     YoutubeSearchURLIE,
590     YoutubeShowIE,
591     YoutubeSubscriptionsIE,
592     YoutubeTruncatedIDIE,
593     YoutubeTruncatedURLIE,
594     YoutubeUserIE,
595     YoutubeWatchLaterIE,
596 )
597 from .zdf import ZDFIE, ZDFChannelIE
598 from .zingmp3 import (
599     ZingMp3SongIE,
600     ZingMp3AlbumIE,
601 )
602
603 _ALL_CLASSES = [
604     klass
605     for name, klass in globals().items()
606     if name.endswith('IE') and name != 'GenericIE'
607 ]
608 _ALL_CLASSES.append(GenericIE)
609
610
611 def gen_extractors():
612     """ Return a list of an instance of every supported extractor.
613     The order does matter; the first extractor matched is the one handling the URL.
614     """
615     return [klass() for klass in _ALL_CLASSES]
616
617
618 def list_extractors(age_limit):
619     """
620     Return a list of extractors that are suitable for the given age,
621     sorted by extractor ID.
622     """
623
624     return sorted(
625         filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
626         key=lambda ie: ie.IE_NAME.lower())
627
628
629 def get_info_extractor(ie_name):
630     """Returns the info extractor class with the given ie_name"""
631     return globals()[ie_name + 'IE']