Skip to content

XBMCil/service.subtitles.ktuvit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, 'MY@EMAIL.COM');
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