Hi - First off, thanks much for this outstanding module. It has made my life so much easier.
Question: is it possible to completely disable image handling within the extension?
The feeds that I'm aggregating include multiple images per post, and they're already optimized and resized, so I'd like to be able to present them full-text and with all images in place. I don't need the images themselves to be cached at all, and references to the site they reside on can remain intact (I own the sites that I'm aggregating from).
Is this possible/easily accomplished?
I've poked around in the helper.php file within the module and can see where the image handling takes place, but I'm hesitant to just comment it out for fear of breaking the module somewhere else.