The branch, dharma has been updated
via e0720eae0168328179d3a5a331f86864c42a07d5 (commit)
from b8dbf608d0f2783aa86525d1ee381512c656bbb7 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=e0720eae0168328179d3a5a331f86864c42a07d5
commit e0720eae0168328179d3a5a331f86864c42a07d5
Author: spiff <[email protected]>
Date: Thu Mar 24 20:19:13 2011 +0100
[plugin.video.day9] updated to version 0.4.0
diff --git a/plugin.video.day9/addon.xml b/plugin.video.day9/addon.xml
index 91eabaf..7a54269 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.3"
+ version="0.4.0"
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 4e3ac15..c698095 100644
--- a/plugin.video.day9/changelog.txt
+++ b/plugin.video.day9/changelog.txt
@@ -1,3 +1,6 @@
+v0.4.0
+- New icon added, edited some code in day9.py
+
v0.3
- Deleting the "favourite" feature for now
diff --git a/plugin.video.day9/day9.py b/plugin.video.day9/day9.py
index 8ee76ac..65c9518 100644
--- a/plugin.video.day9/day9.py
+++ b/plugin.video.day9/day9.py
@@ -37,7 +37,7 @@ class Day9:
info=re.compile('<a href="(.+?)" title="Watch
(.+?)">\n\t\t\t\t\n\t\t\t\t <img class="thumb" src="(.+?)"').findall(link)
duration=re.compile('<span class="EpisodeDuration">Duration:
(.+?)</span>').findall(link)
for i in range(len(info)):
-
self.addDir(info[i][1],'http://day9tv.blip.tv'+info[i][0],3,info[i][2],duration[i])
+
self.addDir(info[i][1],info[i][0],3,info[i][2],duration[i])
def videolinks(self,url,name,duration):
req = urllib2.Request(url)
diff --git a/plugin.video.day9/icon.png b/plugin.video.day9/icon.png
index d759988..0fcc828 100644
Binary files a/plugin.video.day9/icon.png and b/plugin.video.day9/icon.png
differ
-----------------------------------------------------------------------
Summary of changes:
plugin.video.day9/addon.xml | 2 +-
plugin.video.day9/changelog.txt | 3 +++
plugin.video.day9/day9.py | 2 +-
plugin.video.day9/icon.png | Bin 53607 -> 79159 bytes
4 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software
be a part of the solution? Download the Intel(R) Manageability Checker
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons