From 15e6c1c673d1a65b00025e5f527d22b430fae8e8 Mon Sep 17 00:00:00 2001 From: Paul Foster Date: Sat, 9 Jan 2016 18:02:11 +0000 Subject: [PATCH] HTTPS YQL --- js/jquery.feedToJSON.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/js/jquery.feedToJSON.js b/js/jquery.feedToJSON.js index f28e1ae9..7855a462 100755 --- a/js/jquery.feedToJSON.js +++ b/js/jquery.feedToJSON.js @@ -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 \ No newline at end of file