ReadItLater-Calibre-Plugin
ReadItLater-Calibre-Plugin copied to clipboard
Articles are being skipped
Hi there,
I have this strange situation, which I can't resolve. I have a lot of articles in my Pocket account, and I would love to convert those to ebook and send it to Kindle. When I fetch pocket articles (using your recipe), for some reason Calibre doesn't fetch all of them (more precise, some of those are missing in result ebook). I can't figure out why is that happening. If I try to hit same url, that Calibre is using (I print out concatenated url and visit that one), I see that missing articles are in returned JSON, so I assume problem is occurred while creating ebook.
I'm not sure where exactly to look, and what to change. If I open problematic article in Pocket, everything looks fine. Could it be, that Calibre can't parse it perhaps, or something like that?
Thanks!
Try increasing max_articles_per_feed
variable in the code. It is 50 by default, resulting in some random-ish set of articles, setting to 999 will give you more. The problem is that it includes archived articles (#33), making the whole thing quite useless.
@smartynov @ndamnjanovic See https://github.com/mmagnus/Pocket-Plus-Calibre-Plugin