Skip to content

Commit

Permalink
Amazon VOD 0.9.9
Browse files Browse the repository at this point in the history
closes #708
closes #702
closes #698
closes #696
closes #686
closes #648
closes #594
closes #577
closes #531
closes #526
closes #483

Signed-off-by: Sandmann79 <[email protected]>
  • Loading branch information
Sandmann79 committed Oct 24, 2023
1 parent 72bd826 commit c7b6c5e
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion packages-py3/addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</addon>
<addon id="plugin.video.amazon-test"
name="Amazon VOD"
version="0.9.8+matrix.1"
version="0.9.9+matrix.1"
provider-name="Sandmann79, Varstahl">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand All @@ -34,6 +34,7 @@
<import addon="script.module.requests" version="2.22.0+matrix.1"/>
<import addon="script.module.kodi-six" version="0.1.3.1"/>
<import addon="script.module.pyautogui" version="0.9.49+matrix.1"/>
<import addon="script.module.amazoncaptcha" version="0.5.11+matrix.1"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
Expand Down
2 changes: 1 addition & 1 deletion packages-py3/addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
caa8c5c8eb540a4b618a2da413890492
13d69ab652a3fdf17718544e4d55d3e2
3 changes: 2 additions & 1 deletion packages-py3/plugin.video.amazon-test/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.amazon-test"
name="Amazon VOD"
version="0.9.8+matrix.1"
version="0.9.9+matrix.1"
provider-name="Sandmann79, Varstahl">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand All @@ -12,6 +12,7 @@
<import addon="script.module.requests" version="2.22.0+matrix.1"/>
<import addon="script.module.kodi-six" version="0.1.3.1"/>
<import addon="script.module.pyautogui" version="0.9.49+matrix.1"/>
<import addon="script.module.amazoncaptcha" version="0.5.11+matrix.1"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
Expand Down

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
154aac3bd35480a9c4e79b56e631c28f
2 changes: 1 addition & 1 deletion packages/addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</addon>
<addon id="plugin.video.amazon-test"
name="Amazon VOD"
version="0.9.8"
version="0.9.9"
provider-name="Sandmann79, Varstahl">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
Expand Down
2 changes: 1 addition & 1 deletion packages/addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b5e77f9b3e09d407f27f692077348c32
9a0421525fd5b31bef0c3a43688562ef
2 changes: 1 addition & 1 deletion packages/plugin.video.amazon-test/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.amazon-test"
name="Amazon VOD"
version="0.9.8"
version="0.9.9"
provider-name="Sandmann79, Varstahl">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
Expand Down

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
65c03da918f44ae2c42c7905f88b81bf
2 changes: 1 addition & 1 deletion plugin.video.amazon-test/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.amazon-test"
name="Amazon VOD"
version="0.9.9~beta6"
version="1.0.0~beta1"
provider-name="Sandmann79, Varstahl">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
Expand Down

0 comments on commit c7b6c5e

Please sign in to comment.