/service.subtitles.ktuvit

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

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-APSSWORD' };
loginHandler.EncryptPassword({}, x, 'MY@EMAIL.COM');
copy(x.value); // this will copy your encrtyped password to your clipboard
console.log(`Now past it in the addon's settings at the Encrypted password field`)

Gujn9Y8vTF