__init__.py 16 KB

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