The branch, frodo has been updated
       via  f63f933eaad1c6b1eabe6b2c95e144cae21a11ce (commit)
      from  2386f98e0b08413001249b1d29da68fbacec95c5 (commit)

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

commit f63f933eaad1c6b1eabe6b2c95e144cae21a11ce
Author: Martijn Kaijser <[email protected]>
Date:   Sat Sep 13 14:49:37 2014 +0200

    [plugin.video.4od] broken

diff --git a/plugin.video.4od/addon.xml b/plugin.video.4od/addon.xml
index 5213350..5a5bcc4 100644
--- a/plugin.video.4od/addon.xml
+++ b/plugin.video.4od/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.video.4od"
        name="4oD"
-       version="4.0.5"
+       version="4.0.6"
        provider-name="mossy">
     <requires>
         <import addon="script.module.socksipy" version="2.0.0"/>
@@ -19,8 +19,10 @@
         <description>Channel 4 On Demand</description>
         <disclaimer>May not work outside the UK and Ireland</disclaimer>
         <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
-        <forum>http://forum.xbmc.org/showthread.php?tid=134118</forum>
+        <forum>http://forum.xbmc.org/showthread.php?tid=191599</forum>
         <website>http://code.google.com/p/mossy-xbmc-repo/</website>
         
<source>http://code.google.com/p/plugin-video-4od/source/browse/</source>
+        <email></email>
+               <broken>Plug-in broken due to website changes.</broken>
     </extension>
 </addon>
diff --git a/plugin.video.4od/changelog.txt b/plugin.video.4od/changelog.txt
index 76ed007..72e5913 100644
--- a/plugin.video.4od/changelog.txt
+++ b/plugin.video.4od/changelog.txt
@@ -1,3 +1,6 @@
+Version 4.0.6 [27 Apr 2014]
+- Debug logging for episode list
+
 Version 4.0.5 [09 Apr 2014]
 - Fix: Location error for users in UK
 
diff --git a/plugin.video.4od/episodelist.py b/plugin.video.4od/episodelist.py
index 05ef4ff..22ce8e3 100644
--- a/plugin.video.4od/episodelist.py
+++ b/plugin.video.4od/episodelist.py
@@ -80,6 +80,7 @@ class EpisodeList:
 
             self.html = self.cache.GetWebPage( url, 600 ) # 10 minutes
             
+            self.log (u"page: %s\n\n%s\n\n" % ( url, self.html ), 
xbmc.LOGDEBUG)
             self.showId = showId
             self.showTitle = showTitle
             self.currentSeason = season
@@ -162,6 +163,8 @@ class EpisodeList:
         soup = BeautifulSoup(self.html)
         
         articles = soup.find("section", id="episodeList").findAll('article')
+
+        self.log (u"articles: %s" % articles, xbmc.LOGDEBUG)
         
         for entry in articles:
             episodeDetail = EpisodeDetail(entry, self.log)

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

Summary of changes:
 plugin.video.4od/addon.xml      |    6 ++++--
 plugin.video.4od/changelog.txt  |    3 +++
 plugin.video.4od/episodelist.py |    3 +++
 3 files changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to