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