Quote:
Originally Posted by kovidgoyal
Use populate_article_metadata to insert the image into the soup.
|
This was easy.
Quote:
And override the parsing of the feed to insert the image into the Article object (which means implementing parse_feeds in your recipe)
|
I had trouble with this. I couldn't get any HTML or images into the Article object. My tags got changed to <and >. What am I missing?