Skip to content

Commit

Permalink
Python3/Kodi 19 compatibility
Browse files Browse the repository at this point in the history
Basically just ran 2to3
  • Loading branch information
wombat01 authored and peci1 committed Jan 23, 2021
2 parents 5c6faa6 + 12ad988 commit 01111dc
Show file tree
Hide file tree
Showing 35 changed files with 613 additions and 601 deletions.
6 changes: 3 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<addon id="script.module.stream.resolver" name="Stream Resolver" provider-name="Libor Zoubek" version="1.6.61">
<addon id="script.module.stream.resolver" name="Stream Resolver" provider-name="Libor Zoubek" version="1.7.0">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.common.plugin.cache" version="2.5.5"/>
<import addon="script.module.demjson" version="2.2.3" />
<import addon="script.module.demjson" version="2.3.0" />
<import addon="script.module.beautifulsoup4" version="4.3.1"/>
<import addon="script.module.html5lib" version="0.999.0" />
</requires>
Expand Down
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[B]1.6.62:[/B]
- fix dailymotion auto quality stream
[B]1.6.61:[/B]
- fix youtube signature
[B]1.6.60:[/B]
Expand Down
Loading

0 comments on commit 01111dc

Please sign in to comment.