The branch, eden has been updated
       via  4a482cb58b0bb9e41da6e49dd1bfd639a26c7a2a (commit)
      from  ea094924adba6a6498690b6791241565ceef3520 (commit)

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

commit 4a482cb58b0bb9e41da6e49dd1bfd639a26c7a2a
Author: beenje <bee...@xbmc.org>
Date:   Mon Mar 25 21:38:53 2013 +0100

    [plugin.video.nolife] updated to version 1.16.4

diff --git a/plugin.video.nolife/addon.xml b/plugin.video.nolife/addon.xml
index e0dd759..3138c7f 100644
--- a/plugin.video.nolife/addon.xml
+++ b/plugin.video.nolife/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.video.nolife"
        name="Nolife Online"
-       version="1.16.1"
+       version="1.16.4"
        provider-name="gormux">
   <requires>
     <import addon="xbmc.python" version="2.0"/>
diff --git a/plugin.video.nolife/default.py b/plugin.video.nolife/default.py
index 49b3a85..92591ee 100644
--- a/plugin.video.nolife/default.py
+++ b/plugin.video.nolife/default.py
@@ -481,7 +481,7 @@ def extractVideoInfo(element):
             info.seen = False
         
         reg_date = '<p style="padding-right:25px;'\
-            ' padding-left:10px;">.*</p>'
+            ' padding-left:55px;">.*</p>'
         info.thumb    = 
re.compile('data-thumb=".*"').findall(str(element))[0][12:][:-1]
         _date_len = 
remove_html_tags(re.compile(reg_date).findall(str(element))[0])
         info.duration = _date_len.split(' - ')[1]
@@ -495,7 +495,7 @@ def extractVideoInfo(element):
         reg_vid = 'a href="emission-.*" '
         info.vid   = re.compile(reg_vid).findall(str(element))[0][17:][:-2]
         
-        reg_desc = '<p style="padding-left:10px;"><strong>.*'
+        reg_desc = '<p style="padding-left:55px;"><strong>.*'
         info.desc  = 
remove_html_tags(re.compile(reg_desc).findall(str(element))[0][30:])
 
         info.name  = 
remove_html_tags(re.compile('<h3.*').findall(str(element))[0])
@@ -517,7 +517,7 @@ def extractVideoSearchInfo(element):
         reg_srch = 'a href="emission-.*" '
         info.id = re.compile(reg_srch).findall(str(element))[0][17:][:-2]
 
-        reg_desc = '<p style="padding-left:10px;"><strong>.*'
+        reg_desc = '<p style="padding-left:55px;"><strong>.*'
         info.thumb    = 
re.compile('data-thumb=".*"').findall(str(element))[0][12:][:-1]
         _bdesc = re.compile(reg_desc).findall(str(element))[0][30:]
         _bname = re.compile('<h3.*').findall(str(element))[0]
@@ -527,7 +527,7 @@ def extractVideoSearchInfo(element):
         req_availibity = '<p style="float:right; margin-right:-15px; 
clear:right;"><strong>.*'
         info.availability = 
remove_html_tags(re.compile(req_availibity).findall(str(element))[0][30:])
     
-        reg_date = '<p style="padding-right:25px; padding-left:10px;">.*</p>'
+        reg_date = '<p style="padding-right:25px; padding-left:55px;">.*</p>'
         _date_len = 
remove_html_tags(re.compile(reg_date).findall(str(element))[0])
         info.duration = _date_len.split(' - ')[1]
 

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

Summary of changes:
 plugin.video.nolife/addon.xml  |    2 +-
 plugin.video.nolife/default.py |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to