You are welcome.
Quote:
Originally Posted by MoeReed
... Some articles get repeated multiple times ...
|
This is an intended behavior. The first feed is a collector for all actual articles and all other feeds are collected articles by category topics.
You can modify this behavior by adding the line
Code:
ignore_duplicate_articles = {'title', 'url'}
below line
Code:
auto_cleanup = False
in a custom copy of this recipe.