--- FeedsSimplePieParser.inc.orig	2010-02-07 17:43:30.000000000 +1100
+++ FeedsSimplePieParser.inc	2010-02-07 18:31:31.000000000 +1100
@@ -110,6 +110,9 @@
       }
       $item['domains'] = $domains;
       $item['tags'] = $tags;
+
+      $this->parseExtensions($item, $simplepie_item);
+
       // Stick the raw data onto the feed item.
       $item['raw'] = $simplepie_item->data;
       $batch->addItem($item);
@@ -119,6 +122,12 @@
   }
 
   /**
+   * Allow extension of FeedsSimplePieEnclosure item parsing.
+   */
+  protected function parseExtensions(&$item, $simplepie_item) {
+  }
+
+  /**
    * Return mapping sources.
    */
   public function getMappingSources() {
