The branch, frodo has been updated
via e8350229512ee12847d0a859b50cf5565a10a682 (commit)
from 713645f598620b5a6e22ddf7ae3480f0584c6db7 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=e8350229512ee12847d0a859b50cf5565a10a682
commit e8350229512ee12847d0a859b50cf5565a10a682
Author: Martijn Kaijser <[email protected]>
Date: Sat May 17 15:54:51 2014 +0200
[plugin.video.oodnurdtv] 0.0.3
diff --git a/plugin.video.oodnurdtv/addon.xml b/plugin.video.oodnurdtv/addon.xml
index d135f1a..b1485ca 100644
--- a/plugin.video.oodnurdtv/addon.xml
+++ b/plugin.video.oodnurdtv/addon.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.video.oodnurdtv" name="drundootv" version="0.0.2"
provider-name="pesheto">
+<addon id="plugin.video.oodnurdtv" name="drundootv" version="0.0.3"
provider-name="pesheto">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
+ <import addon="script.module.requests2" version="2.2.1"/>
+ <import addon="script.module.beautifulsoup4" version="4.3.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
diff --git a/plugin.video.oodnurdtv/changelog.txt
b/plugin.video.oodnurdtv/changelog.txt
index 0c2886a..158c889 100644
--- a/plugin.video.oodnurdtv/changelog.txt
+++ b/plugin.video.oodnurdtv/changelog.txt
@@ -1,3 +1,5 @@
+v0.0.3
+- Fixed dependencies on python packages requests2 and beautifulsoup4 - updated
addon.xml and drundoo.py 04/06/2014
v0.0.2
- Fixed bugs after initial submission. Fixed live link bug 04/02/2014
v0.0.1
diff --git a/plugin.video.oodnurdtv/resources/drundoo.py
b/plugin.video.oodnurdtv/resources/drundoo.py
index a7317ad..ccad240 100644
--- a/plugin.video.oodnurdtv/resources/drundoo.py
+++ b/plugin.video.oodnurdtv/resources/drundoo.py
@@ -1,7 +1,7 @@
#drundoo class for handling web site
-from requests import session
-import bs4, requests
+from requests2 import session
+import bs4
URL = 'http://www.drundoo.com/users/login/'
-----------------------------------------------------------------------
Summary of changes:
plugin.video.oodnurdtv/addon.xml | 4 +++-
plugin.video.oodnurdtv/changelog.txt | 2 ++
plugin.video.oodnurdtv/resources/drundoo.py | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons