The branch, frodo has been updated
       via  dd048eda1df34f72baddaaff7db529b2870c3ce8 (commit)
      from  04faf243fb6004d2384d5fa38f80ecdfd8d84887 (commit)

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

commit dd048eda1df34f72baddaaff7db529b2870c3ce8
Author: beenje <bee...@xbmc.org>
Date:   Sun Jan 12 23:48:28 2014 +0100

    [plugin.video.the.daily.show] updated to version 1.0.6

diff --git a/plugin.video.the.daily.show/addon.py 
b/plugin.video.the.daily.show/addon.py
index 5352019..6b94fc9 100644
--- a/plugin.video.the.daily.show/addon.py
+++ b/plugin.video.the.daily.show/addon.py
@@ -146,7 +146,7 @@ def full_episodes():
     allData = get_url(full)
 
     episodeURLs = re.compile(
-        '<a 
href="(http://www.thedailyshow.com/full-episodes/....+?)"').findall(
+        '"(http://www.thedailyshow.com/full-episodes/....+?)"').findall(
         allData)
     episodeURLSet = set(episodeURLs)
 
diff --git a/plugin.video.the.daily.show/addon.xml 
b/plugin.video.the.daily.show/addon.xml
index 9809e6d..c32ff0c 100644
--- a/plugin.video.the.daily.show/addon.xml
+++ b/plugin.video.the.daily.show/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.video.the.daily.show"
        name="The Daily Show"
-       version="1.0.4"
+       version="1.0.6"
        provider-name="Fritzl Inc.">
     <requires>
         <import addon="xbmc.python" version="2.1.0"/>
diff --git a/plugin.video.the.daily.show/changelog.txt 
b/plugin.video.the.daily.show/changelog.txt
index 171e146..0d9ae7e 100644
--- a/plugin.video.the.daily.show/changelog.txt
+++ b/plugin.video.the.daily.show/changelog.txt
@@ -1,3 +1,12 @@
+[B]Version 1.0.6 - 2014-01-12[/B]
+
+- Adds a missing xml header to
+plugin.video.the.daily.show/resources/settings.xml
+
+[B]Version 1.0.5 - 2014-01-12[/B]
+
+- Fixes a bug in the Full Episode Listing caused by a change to the site
+
 [B]Version 1.0.4 - 2013-11-28[/B]
 
 - Updated git url in addon.xml to be clonable rather than the website url
diff --git a/plugin.video.the.daily.show/resources/settings.xml 
b/plugin.video.the.daily.show/resources/settings.xml
index 4d10b58..a44f794 100644
--- a/plugin.video.the.daily.show/resources/settings.xml
+++ b/plugin.video.the.daily.show/resources/settings.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <settings>
    <setting id="sort" type="enum" lvalues="30001|30002|30003" label="30000" 
default="2"/>
    <setting id="bitrate" type="enum" 
lvalues="30005|30011|30010|30009|30008|30007|30006" label="30004" default="0"/>

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

Summary of changes:
 plugin.video.the.daily.show/addon.py               |    2 +-
 plugin.video.the.daily.show/addon.xml              |    2 +-
 plugin.video.the.daily.show/changelog.txt          |    9 +++++++++
 plugin.video.the.daily.show/resources/settings.xml |    1 +
 4 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to