The branch, frodo has been updated
       via  cdbe775fa1605cf639924942cba496dc8fc2a53e (commit)
      from  43d79ad12494ef9c1c7f4f9d0bad7479e8c37c42 (commit)

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

commit cdbe775fa1605cf639924942cba496dc8fc2a53e
Author: sphere <[email protected]>
Date:   Fri Feb 14 17:38:55 2014 +0100

    [plugin.video.nolife] updated to version 2.17.4

diff --git a/plugin.video.nolife/addon.xml b/plugin.video.nolife/addon.xml
index 0d92be2..2d0a927 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="2.17.3"
+       version="2.17.4"
        provider-name="gormux">
   <requires>
     <import addon="xbmc.python" version="2.1.0"/>
diff --git a/plugin.video.nolife/default.py b/plugin.video.nolife/default.py
index 1786e69..60ad713 100644
--- a/plugin.video.nolife/default.py
+++ b/plugin.video.nolife/default.py
@@ -186,7 +186,7 @@ def getlastVideos():
         postrequest = urllib.urlencode({'emissions': i,
                                    'famille': 0,
                                    'a': 'ge'})
-    
+        
         page = requestHandler.open("http://mobile.nolife-tv.com/do.php";, 
postrequest)
         liste = BeautifulSoup(page.read()).findAll('li')
         for element in liste:
@@ -217,7 +217,7 @@ def getlastVideos():
                                     videoInfo.duration,
                                     videoInfo.seen,
                                     videoInfo.thumb])
-                i = i + 1
+        i = i + 1
 
     for emission in emissions:
         if emission[2] == '':

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

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


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to