Quote:
Originally Posted by lordvetinari2
Yes, I only want articles from the last 24 hours. I plan on reading the daily news.
|
I wouldn't be that restrictive until you have it working. Are you testing with ebook-convert -vv --test or inside Calibre? The former is easier, and limits to two articles for two feeds during testing.
I use it this way:
ebook-convert recipename.recipe foldername --test -vv> output_file.txt
Quote:
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
|
Removing the recursion won't get you more - it gets you less.
If you aren't getting anything, then comment out all your remove_tags to make sure you aren't stripping things you want. Put three single quotes before and after the portion you want commented out (properly indented).