Quote:
Originally Posted by Starson17
You have this in your recipe:
Code:
oldest_article = 1
recursion = 5
Do you really want only the articles from today? That's what oldest_article = 1 gives you and it's why the bulk of articles are being skipped as "too old" in your logs.
|
Yes, I only want articles from the last 24 hours. I plan on reading the daily news.
Quote:
The recursion of 5 levels is also very deep - unusually so. Is that to deal with multipage?
|
I just based my recipe against another one, replaced the bits that I understood, and deleted the bits that I did not. I also tried deleting this recursion line, thus leaving it at the default 0, and the news fetching still failed. So I guess there must be some other thing going on here.