ReadItLater-Calibre-Plugin icon indicating copy to clipboard operation
ReadItLater-Calibre-Plugin copied to clipboard

Articles are being skipped

Open ndamnjanovic opened this issue 10 years ago • 2 comments

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!

ndamnjanovic avatar Jan 10 '15 19:01 ndamnjanovic

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 avatar Jan 07 '16 15:01 smartynov

@smartynov @ndamnjanovic See https://github.com/mmagnus/Pocket-Plus-Calibre-Plugin

mmagnus avatar May 03 '17 11:05 mmagnus