The branch, frodo has been updated
       via  d3ac122f074b801febab2f9788a476e7644461a1 (commit)
      from  832d6d5241709864068e7b0c58e6b9fcc2381ff3 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=d3ac122f074b801febab2f9788a476e7644461a1

commit d3ac122f074b801febab2f9788a476e7644461a1
Author: Martijn Kaijser <[email protected]>
Date:   Thu Apr 3 12:34:52 2014 +0200

    [plugin.video.oodnurdtv] 0.0.2

diff --git a/plugin.video.oodnurdtv/addon.xml b/plugin.video.oodnurdtv/addon.xml
index e28fc4e..d135f1a 100644
--- a/plugin.video.oodnurdtv/addon.xml
+++ b/plugin.video.oodnurdtv/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.video.oodnurdtv" name="drundootv" version="0.0.1" 
provider-name="pesheto">
+<addon id="plugin.video.oodnurdtv" name="drundootv" version="0.0.2" 
provider-name="pesheto">
   <requires>
     <import addon="xbmc.python" version="2.1.0"/>
     <import addon="script.module.xbmcswift2" version="2.4.0"/>
diff --git a/plugin.video.oodnurdtv/changelog.txt 
b/plugin.video.oodnurdtv/changelog.txt
index 5c1ab0a..0c2886a 100644
--- a/plugin.video.oodnurdtv/changelog.txt
+++ b/plugin.video.oodnurdtv/changelog.txt
@@ -1,2 +1,4 @@
+v0.0.2
+- Fixed bugs after initial submission. Fixed live link bug 04/02/2014
 v0.0.1
 - Intial version of the scraper published 03/30/2014
diff --git a/plugin.video.oodnurdtv/resources/drundoo.py 
b/plugin.video.oodnurdtv/resources/drundoo.py
index 2d052bb..a7317ad 100644
--- a/plugin.video.oodnurdtv/resources/drundoo.py
+++ b/plugin.video.oodnurdtv/resources/drundoo.py
@@ -139,9 +139,6 @@ class drundoo:
                                        my_link.append('http://www.drundoo.com' 
+ link.findAll(class_='button watch-now player_start cf')[0].get('href'))
                                        
#my_title.append(link.find('span',{'class':'title'}).renderContents().decode('unicode_escape').encode('utf-8'))
 
                                        
my_title.append(link.findAll(class_='button watch-now player_start 
cf')[0].get('data-ga-label'))
-                               else:
-                                       my_link.append('http://www.drundoo.com' 
+ link.findAll(class_='button watch-now cf')[0].get('href'))
-                                       my_title.append('BG International')
 
                return dict(zip(my_title,my_link))
                        

-----------------------------------------------------------------------

Summary of changes:
 plugin.video.oodnurdtv/addon.xml                   |    2 +-
 plugin.video.oodnurdtv/changelog.txt               |    2 ++
 .../resources/__init__.py                          |    0
 plugin.video.oodnurdtv/resources/drundoo.py        |    3 ---
 4 files changed, 3 insertions(+), 4 deletions(-)
 copy {plugin.audio.abcradionational => 
plugin.video.oodnurdtv}/resources/__init__.py (100%)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to