In my opinion original_item_url better describes feed item than the image_url. Images in feeds are much more uncommon than link to oryginal article.
My patch reworks _aggregation_add_item function to handle guid in the following order:
* guid if it exists
* original_item_url if it exists
* image_url if it exists
* title if it exists
* body in rest cases.

CommentFileSizeAuthor
aggregation.module_0.patch3.52 KBvito_swat

Comments

Ashraf Amayreh’s picture

Thanks. I'll review this and all other patches you provided ASAP.

vito_swat’s picture

This patch also includes patch from http://drupal.org/node/131438 I didn't want to mess bug with feature request so I created 2 issues.

vito_swat’s picture

Status: Needs review » Fixed

Commited so I'm closing.

Anonymous’s picture

Status: Fixed » Closed (fixed)