HTTPS YQL

This commit is contained in:
Paul Foster 2016-01-09 18:02:11 +00:00
parent 0e099aa87b
commit 15e6c1c673

View File

@ -21,7 +21,7 @@
//defaults
$.feedToJson.defaults = {
yqlURL : 'http://query.yahooapis.com/v1/public/yql', //yql
yqlURL : 'https://query.yahooapis.com/v1/public/yql', //yql
yqlQS : '?format=json&callback=?&q=select%20*%20from%20rss%20where%20url%3D', //yql query string
feed:'http://instagr.am/tags/tacos/feed/recent.rss', //instagram recent posts tagged 'tacos'
cachebuster: Math.floor((new Date().getTime()) / 1200 / 1000), //yql caches feeds, so we change the feed url every 20min
@ -29,6 +29,4 @@
};
})(jQuery);
// eo feedToJson
// eo feedToJson