Quote:
Originally Posted by tbaac
I'd also like some indication in the article title of which feed the article came from....
So has anyone tried this in recipes, do they have a better suggestion or is it a silly idea?
|
There are two places you could modify the article title by inserting the feed title. You could do this in parse_feeds or in populate_article_metadata. Take a look at this post:
https://www.mobileread.com/forums/sho...62&postcount=6
It will show you how to access the article title. I'm pretty sure you can grab the feed title there as well, then concatenate it onto the article title.
You can probably also do this in populate_article_metadata, but it's not used much. Look at the API for info on it.