Hi,
I'm trying to implement the hl parameter on google.igoogle.weather.xml
But there are a strange problem when the result is fetched :
When I use
USE "https://github.com/benjaminbarbe/yql-tables/raw/master/google/google.igoogle.weather.xml";
SELECT * FROM google.igoogle.weather WHERE hl='en' AND weather=',,,45750000,4850000';
No problem happend but with hl='fr', results node is empty
...
The final url is
<url execution-time="67" proxy="DEFAULT"><![CDATA[http://www.google.com/ig/api?hl=fr&weather=%2c%2c%2c45750000%2c4850000]]></url>
and is correctly processed in my browser
Have an idea?
Thanks
by
3 Replies