The branch, gotham has been updated
       via  88a7311626f9620694816e64d837a7f783f5bd24 (commit)
      from  7a1dca5c08fab7d351f77125779d36e5a5e53878 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=88a7311626f9620694816e64d837a7f783f5bd24

commit 88a7311626f9620694816e64d837a7f783f5bd24
Author: taxigps <taxi...@sina.com>
Date:   Sat May 10 13:34:12 2014 +0800

    [weather.weatherchina] update to version 1.0.1

diff --git a/weather.weatherchina/addon.xml b/weather.weatherchina/addon.xml
index b3387c1..35252e4 100644
--- a/weather.weatherchina/addon.xml
+++ b/weather.weatherchina/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="weather.weatherchina" name="Weather China" version="1.0.0" 
provider-name="Taxigps">
+<addon id="weather.weatherchina" name="Weather China" version="1.0.1" 
provider-name="Taxigps">
        <requires>
                <import addon="xbmc.python" version="2.12.0"/>
                <import addon="script.module.simplejson" version="3.3.0"/>
diff --git a/weather.weatherchina/changelog.txt 
b/weather.weatherchina/changelog.txt
index ad26cf8..7ebdd53 100644
--- a/weather.weatherchina/changelog.txt
+++ b/weather.weatherchina/changelog.txt
@@ -1,3 +1,6 @@
+v1.0.1
+- api changed
+
 v1.0.0
 - bump version for gotham
 
diff --git a/weather.weatherchina/default.py b/weather.weatherchina/default.py
index bd8e276..d3b4a3c 100644
--- a/weather.weatherchina/default.py
+++ b/weather.weatherchina/default.py
@@ -94,8 +94,8 @@ WEATHER_CODES = { '0' : '32',
 
 GEOIP_URL       = 'http://61.4.185.48:81/g/'
 LOCATION_URL    = 'http://m.weather.com.cn/data5/city%s.xml'
-WEATHER_URL     = 'http://www.weather.com.cn/data/sk/%s.html'
-WEATHER_DAY_URL = 'http://m.weather.com.cn/data/%s.html'
+WEATHER_URL     = 'http://www.weather.com.cn/data/ks/%s.html'
+WEATHER_DAY_URL = 'http://m.weather.com.cn/atad/%s.html'
 WEATHER_HOURLY_URL = 'http://flash.weather.com.cn/sk2/%s.xml'
 WEATHER_WINDOW  = xbmcgui.Window(12600)
 

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

Summary of changes:
 weather.weatherchina/addon.xml     |    2 +-
 weather.weatherchina/changelog.txt |    3 +++
 weather.weatherchina/default.py    |    4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to