The branch, dharma has been updated
       via  d618093f5d93b7c5c9ef1c9a371f291de3cbd94c (commit)
      from  bcd046f93340991784488f71b78dccb41b9f6604 (commit)

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

commit d618093f5d93b7c5c9ef1c9a371f291de3cbd94c
Author: spiff <[email protected]>
Date:   Fri Dec 17 02:51:26 2010 +0100

    [plugin.video.twit] updated to version 0.0.8

diff --git a/plugin.video.twit/addon.xml b/plugin.video.twit/addon.xml
index 4781f72..d33bb00 100644
--- a/plugin.video.twit/addon.xml
+++ b/plugin.video.twit/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

 <addon id="plugin.video.twit"

        name="TWiT"

-       version="0.0.7"

+       version="0.0.8"

        provider-name="divingmule,thanks to Adam B.">

   <requires>

     <import addon="xbmc.python" version="1.0"/>

diff --git a/plugin.video.twit/changelog.txt b/plugin.video.twit/changelog.txt
index 3c65fca..89f9c60 100644
--- a/plugin.video.twit/changelog.txt
+++ b/plugin.video.twit/changelog.txt
@@ -1,3 +1,6 @@
+Version 0.0.8

+fixed an issue with TNT

+

 Version 0.0.7

 twit live no longer ask if you want to resume

 resume working again for most shows

diff --git a/plugin.video.twit/default.py b/plugin.video.twit/default.py
index bd1a7f8..10cc1d7 100644
--- a/plugin.video.twit/default.py
+++ b/plugin.video.twit/default.py
@@ -61,8 +61,10 @@ def INDEX(url):
                del pubdate[0]

                
date=re.compile('<pubdate>(.+?)</pubdate>').findall(str(pubdate))

                for index in range (len(name)):

+                       if len(name)==len(description):

                                
addLink(name[index],url[index],description[index],date[index],'','special://home/addons/plugin.video.twit/icon.png')

-

+                       else:

+                               
addLink(name[index],url[index],'',date[index],'','special://home/addons/plugin.video.twit/icon.png')

 

 def INDEXWebsite(url):

                req = urllib2.Request(url)


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

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


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to