The branch, frodo has been updated
via 221b5f21bfc97fbd541bc57f68cbb72ee4c82b03 (commit)
from 82044a31e2142d363b68985722e696124ba34761 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=221b5f21bfc97fbd541bc57f68cbb72ee4c82b03
commit 221b5f21bfc97fbd541bc57f68cbb72ee4c82b03
Author: Martijn Kaijser <[email protected]>
Date: Wed Jul 23 18:51:14 2014 +0200
[plugin.video.sprout] 1.0.4
diff --git a/plugin.video.sprout/README.txt b/plugin.video.sprout/README.txt
index 6706923..2cdd36e 100644
--- a/plugin.video.sprout/README.txt
+++ b/plugin.video.sprout/README.txt
@@ -4,5 +4,7 @@ plugin.video.sprout
XBMC Addon for Sprout for Kids website
+Version 1.0.4 Website change
+
version 1.0.2 initial release
diff --git a/plugin.video.sprout/addon.xml b/plugin.video.sprout/addon.xml
index e7b2fc7..90fbf58 100644
--- a/plugin.video.sprout/addon.xml
+++ b/plugin.video.sprout/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.sprout"
name="Sprout"
- version="1.0.3"
+ version="1.0.4"
provider-name="t1m">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
diff --git a/plugin.video.sprout/changelog.txt
b/plugin.video.sprout/changelog.txt
index dd193d7..365d34d 100644
--- a/plugin.video.sprout/changelog.txt
+++ b/plugin.video.sprout/changelog.txt
@@ -1,3 +1,4 @@
+Version 1.0.4 Website change
Version 1.0.2 Initial release
diff --git a/plugin.video.sprout/default.py b/plugin.video.sprout/default.py
index f591c30..331de5e 100644
--- a/plugin.video.sprout/default.py
+++ b/plugin.video.sprout/default.py
@@ -109,6 +109,7 @@ def getShow(show_url, show_name):
showurl =
re.compile('type="video/mp4".+?url="(.+?)"').findall(pg)[0]
pg = getRequest(showurl)
finalurl = re.compile('<video src="(.+?)"').findall(pg)[0]
+ finalurl =
finalurl.replace('http://sproutonline-vh.akamaihd.net/z','http://sproutonline-pmd.edgesuite.net')
xbmcplugin.setResolvedUrl(int(sys.argv[1]), True,
xbmcgui.ListItem(path = finalurl))
-----------------------------------------------------------------------
Summary of changes:
plugin.video.sprout/README.txt | 2 ++
plugin.video.sprout/addon.xml | 2 +-
plugin.video.sprout/changelog.txt | 1 +
plugin.video.sprout/default.py | 1 +
4 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons