You dont need readable_article.
First make sure auto_cleanup = False
Then set recursions = 1
Then implement a dummy is_link_wanted that always returns True.
Once you have the links being picked up, you can look into the cleanup tools the recipe system offers.
|