Changeset 1179090
- Timestamp:
- 06/11/2015 04:48:23 PM (11 years ago)
- File:
-
- 1 edited
-
expresscurate/trunk/ExpressCurate_FeedManager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
expresscurate/trunk/ExpressCurate_FeedManager.php
r1179063 r1179090 409 409 foreach ($curated_links_rss as $url => $feed_url) { 410 410 // pull content 411 $lookup_url = "http://ajax.googleapis.com/ajax/services/feed/load?v=1.0& scoring=h&q=" . urlencode($feed_url['feed_url']);411 $lookup_url = "http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&q=" . urlencode($feed_url['feed_url']); 412 412 $htmlparser = new ExpressCurate_HtmlParser($lookup_url); 413 413 $res = $htmlparser->download();
Note: See TracChangeset
for help on using the changeset viewer.