Skip to content

Commit

Permalink
[service.subtitles.ktuvit] 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CaTzil committed Jan 2, 2024
1 parent c383701 commit 65bb987
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 207 deletions.
6 changes: 3 additions & 3 deletions service.subtitles.ktuvit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ In order to get the encoded password:
)
3. Enter this code in the **console**:
```javascript
x = { value: 'MY-APSSWORD' };
x = { value: 'MY-PASSWORD' };
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`)
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](https://user-images.githubusercontent.com/9304194/94992868-897f0100-0595-11eb-8694-0272ae2f19b9.gif)

4 changes: 2 additions & 2 deletions service.subtitles.ktuvit/addon.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.ktuvit" name="Ktuvit.me" version="4.0.0" provider-name="CaTz">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.beautifulsoup4" version="4.8.2"/>
</requires>
<extension point="xbmc.subtitle.module" library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Ktuvit.me</summary>
<description lang="en_GB">Search and Download subtitles from ktuvit.me.</description>
<source>https://github.com/XBMCil/service.subtitles.ktuvit</source>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<license>GPL-2.0-or-later</license>
<assets>
<icon>icon.png</icon>
</assets>
Expand Down
Loading

0 comments on commit 65bb987

Please sign in to comment.