--- C:\wamp\www\drupal\modules\aggregation\feed_handlers\RSS20.inc	2007-11-26 09:12:38.000000000 +1300
+++ C:\wamp\www\drupal\modules\aggregation\feed_handlers\RSS20.incN	2008-07-17 19:05:35.640625000 +1200
@@ -96,7 +96,10 @@
 				$image[] = array('url' => "{$news->enclosure['url']}");
 			}
 		}		
+		else if (preg_match('/src="(.*)\.jpg/', $body, $matches)) {
+		  $image[]['url'] = $matches[1] .'.jpg';
+		}
+
   	_aggregation_add_item($title, $body, $teaser, $original_author, $feed, $additional_taxonomies, $timestamp, $original_url, $guid, $image, $other);
 	}
 }
