The branch, dharma has been updated
via 9d33b0231c1931c190e57f30e1ecc09f85014329 (commit)
from 7afdb76435fa2d0e62c9e869a1f6ef4325690b35 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=9d33b0231c1931c190e57f30e1ecc09f85014329
commit 9d33b0231c1931c190e57f30e1ecc09f85014329
Author: spiff <[email protected]>
Date: Tue Aug 23 18:47:43 2011 +0200
[plugin.video.day9] updated to version 0.5.3
diff --git a/plugin.video.day9/addon.xml b/plugin.video.day9/addon.xml
index 7f0da80..38a6b5e 100644
--- a/plugin.video.day9/addon.xml
+++ b/plugin.video.day9/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.day9"
name="Day[9]"
- version="0.5.2"
+ version="0.5.3"
provider-name="Krill">
<requires>
<import addon="xbmc.python" version="1.0"/>
diff --git a/plugin.video.day9/changelog.txt b/plugin.video.day9/changelog.txt
index b4aad49..f6f0b17 100644
--- a/plugin.video.day9/changelog.txt
+++ b/plugin.video.day9/changelog.txt
@@ -1,3 +1,6 @@
+v0.5.3
+- Updated the code on line 48 in day9.py
+
v0.5.2
- Updated the code due to blip.tv changes on their website
diff --git a/plugin.video.day9/day9.py b/plugin.video.day9/day9.py
index f523f66..b6008e0 100644
--- a/plugin.video.day9/day9.py
+++ b/plugin.video.day9/day9.py
@@ -45,7 +45,7 @@ class Day9:
def showTitles(self, params = {}):
get = params.get
link = self.getRequest(get("url"))
- title = re.compile('<span
class="Title">\n\t\t\n\t\t\t(.*?)\n\t\t\n\t</span>').findall(link)
+ title = re.compile('<span class="Title"
title="\n\t\t\n\t\t\t(.*?)\n\t\t\n\t">').findall(link)
url = re.compile('<a class="ArchiveCard"
href="(.*?)">').findall(link)
for i in range(len(title)):
diff --git a/plugin.video.day9/default.py b/plugin.video.day9/default.py
index 9d4ca37..1b3909f 100644
--- a/plugin.video.day9/default.py
+++ b/plugin.video.day9/default.py
@@ -1,7 +1,7 @@
import urllib, urllib2, re, sys, os, string, day9
import xbmc, xbmcaddon, xbmcgui, xbmcplugin
-__version__ = "0.5.2"
+__version__ = "0.5.3"
__plugin__ = "Day9-" + __version__
__author__ = "Kristoffer Petersson"
__settings__ = xbmcaddon.Addon(id='plugin.video.day9')
-----------------------------------------------------------------------
Summary of changes:
plugin.video.day9/addon.xml | 2 +-
plugin.video.day9/changelog.txt | 3 +++
plugin.video.day9/day9.py | 2 +-
plugin.video.day9/default.py | 2 +-
4 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons