The branch, dharma has been updated
via b27b67534b14b7df070ffdb2d4a0aee6fd0ce8d6 (commit)
via 26d3f2d7c441f571c85b46c9d615b55910698130 (commit)
from 4f6542542e2d2aa95cac3d55c0e7e6c4fe4119f8 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=b27b67534b14b7df070ffdb2d4a0aee6fd0ce8d6
commit b27b67534b14b7df070ffdb2d4a0aee6fd0ce8d6
Author: spiff <[email protected]>
Date: Mon Oct 1 09:02:16 2012 +0200
[plugin.video.cnet.podcasts] updated to version 0.0.8
diff --git a/plugin.video.cnet.podcasts/addon.xml
b/plugin.video.cnet.podcasts/addon.xml
index 258a4f5..970ef21 100644
--- a/plugin.video.cnet.podcasts/addon.xml
+++ b/plugin.video.cnet.podcasts/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.cnet.podcasts"
name="cnet Podcasts"
- version="0.0.7"
+ version="0.0.8"
provider-name="divingmule">
<requires>
<import addon="xbmc.python" version="1.0"/>
diff --git a/plugin.video.cnet.podcasts/changelog.txt
b/plugin.video.cnet.podcasts/changelog.txt
index b2303fb..ce2d097 100644
--- a/plugin.video.cnet.podcasts/changelog.txt
+++ b/plugin.video.cnet.podcasts/changelog.txt
@@ -1,3 +1,6 @@
+version 0.0.8
+fix bug in scraper
+
version 0.0.7
updated show list, thanks pkscuot
diff --git a/plugin.video.cnet.podcasts/default.py
b/plugin.video.cnet.podcasts/default.py
index b44406f..093686b 100644
--- a/plugin.video.cnet.podcasts/default.py
+++ b/plugin.video.cnet.podcasts/default.py
@@ -72,10 +72,12 @@ def INDEX(url,hd_url,audio_url,iconimage):
continue
try:
desc = i('itunes:summary')[0].string
+ if desc == None: raise
except:
desc = ''
try:
date = i('pubdate')[0].string
+ if date == None: raise
except:
date = ''
try:
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=26d3f2d7c441f571c85b46c9d615b55910698130
commit 26d3f2d7c441f571c85b46c9d615b55910698130
Author: spiff <[email protected]>
Date: Mon Oct 1 09:01:22 2012 +0200
[plugin.video.mlbmc] updated to version 0.1.2
diff --git a/plugin.video.mlbmc/addon.xml b/plugin.video.mlbmc/addon.xml
index ceee65b..b8dd182 100644
--- a/plugin.video.mlbmc/addon.xml
+++ b/plugin.video.mlbmc/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.mlbmc"
name="MLBMC"
- version="0.1.1"
+ version="0.1.2"
provider-name="divingmule">
<requires>
<import addon="xbmc.python" version="1.0"/>
diff --git a/plugin.video.mlbmc/changelog.txt b/plugin.video.mlbmc/changelog.txt
index 297dd3d..ea12219 100644
--- a/plugin.video.mlbmc/changelog.txt
+++ b/plugin.video.mlbmc/changelog.txt
@@ -1,3 +1,6 @@
+Version 0.1.2
+fix bug in mlb.tv listings
+
Version 0.1.1
added option to show scores in game lists
added a kind-of calender function for getting game dates, thanks to J_K_M_A_N
for the inspiration!
diff --git a/plugin.video.mlbmc/default.py b/plugin.video.mlbmc/default.py
index beeeb7b..0356365 100644
--- a/plugin.video.mlbmc/default.py
+++ b/plugin.video.mlbmc/default.py
@@ -548,8 +548,8 @@ def getGames(url):
except:
xbmc.executebuiltin("XBMC.Notification("+__language__(30015)+","+__language__(30030)+",10000,"+icon+")")
return
- mode = '7'
for game in games:
+ mode = '7'
home_team = game['home_team_city']
away_team = game['away_team_city']
status = game['status']['status']
-----------------------------------------------------------------------
Summary of changes:
plugin.video.cnet.podcasts/addon.xml | 2 +-
plugin.video.cnet.podcasts/changelog.txt | 3 +++
plugin.video.cnet.podcasts/default.py | 2 ++
plugin.video.mlbmc/addon.xml | 2 +-
plugin.video.mlbmc/changelog.txt | 3 +++
plugin.video.mlbmc/default.py | 2 +-
6 files changed, 11 insertions(+), 3 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons