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

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

commit bb04b4155c1dfcfb034008ad938d2be6e61902be
Author: beenje <[email protected]>
Date:   Tue Mar 26 21:37:48 2013 +0100

    [plugin.video.nolife] updated to version 1.16.5

diff --git a/plugin.video.nolife/addon.xml b/plugin.video.nolife/addon.xml
index 3138c7f..b29fea1 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.4"
+       version="1.16.5"
        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 92591ee..44d6467 100644
--- a/plugin.video.nolife/default.py
+++ b/plugin.video.nolife/default.py
@@ -109,7 +109,7 @@ def parse_categories():
             fam = re.compile('>.*<').findall(str(elem))[0].strip('<>')
         else:
             if fam != 'garbage':
-                reg_cat   = '<h1 style="padding-left:10px;">.*</h1>'
+                reg_cat   = '<h1 style="padding-left:55px;">.*</h1>'
                 catname   = re.compile(reg_cat).findall(
                                             str(elem))[0][31:][:-5]
                 reg_sid   = '<a href=.*'

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

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


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to