__init__.py 16 KB

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