I saw some other nodes on FeedBurner, but have updated to HEAD and this doesn't work for me.
Aggregator1 gets items from http://www.sciam.com/podcast/sciam_podcast_r.xml
But Aggregator2 keeps saying 0 items when I hit refresh items for http://www.sciam.com/podcast/sciam_podcast_r.xml. It does however get the feed description. Any thoughts on how to fix this?
This is the value of $result from line 1313 in agg2.module. Do I just have some incorrect settings or something?
$result [class: stdClass]
request = "GET /podcast/sciam_podcast_r.xml HTTP/1.0\r\nHost: www.sciam.com\r\nUser-Agent: Drupal (+http://drupal.org/)\r\nContent-Length: 0\r\nIf-Modified-Since: Tue, 25 Apr 2006 05:10:56 GMT\r\n\r\n"
data = ""
headers [6 elements]
['Date'] = "Tue, 25 Apr 2006 07:54:01 GMT"
['Content-Type'] = "application/xml"
['Last-Modified'] = "Tue, 25 Apr 2006 05:10:56 GMT"
['Age'] = "3848"
['X-Cache'] = "HIT from merlin.sciam.com"
['Connection'] = "close"
code = "304"
Comments
Comment #1
RobRoy commentedBahhh... I just manually set $headers['If-Modified-Since'] = 'Tue, 25 Apr 2005 05:10:56 GMT'; so it would grab older feeds and it got em.
I assumed the functionality would be the same as aggregator which on the first run took some older feeds. I think this is no big deal. But let me know what the intended functionality is.