This commit is contained in:
Pavel Suha
2025-04-25 16:31:48 +02:00
commit 7b54ba45a1
132 changed files with 6984 additions and 0 deletions

17
addon.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version='1.0' encoding='utf-8'?>
<addon id="script.module.stream.resolver" name="Stream Resolver" provider-name="Gald" version="1.7.4">
<requires>
<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.3.0" />
<import addon="script.module.beautifulsoup4" version="4.3.1"/>
<import addon="script.module.html5lib" version="0.999.0" />
</requires>
<extension library="lib" point="xbmc.python.module" />
<extension point="xbmc.addon.metadata">
<summary lang="cs">Kodi CZ/SK plugins common python modules mainly for resolving stream URLs 2025</summary>
<description lang="cs">Common python modules pack that is used by kodi cz/sk plugins</description>
<license>GNU GPL</license>
<platform>all</platform>
</extension>
</addon>