Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 749 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 749 Bytes

service.subtitles.ktuvit

Ktuvit.me subtitle service for Kodi

In order to get the encoded password:

  1. Open ktuvit.me in the browser
  2. Open developer tools (in Windows ctrl + shift + c )
  3. Enter this code in the console:
x = { value: 'MY-PASSWORD' };
loginHandler.EncryptPassword({}, x, '[email protected]');
copy(x.value); // this will copy your encrypted password to your clipboard
console.log(`Now paste it in the addon's settings at the Encrypted password field`)

Gujn9Y8vTF