You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

628 lines
17 KiB

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