Quote:
Originally Posted by poldem
I want to add my own contents, which is not in the feed.
In this particular case this is an image (newspaper logo).
There is no special purpose for this, just estetic
|
Use
BeautifulSoup and insert your img as a tag where you want it with preprocess_html. If you need to pull the image from your site because it changes, you can use index_to_soup to get it.