Some feeds have articles which contain advertisements. I would like to remove the articles from the feed based on some string in the content like "this article was sponsored by".
How can this be achieved ?
Up to I tried to check the article content in parse_feeds() but this does not work. I think there is not yet anything in article.content:
Any help is appreciated.