onlyhavecans/ReadItLater-Calibre-Plugin

Fetches archived articles from Pocket

Opened this issue · 1 comments

I managed to make this script work, but it fetches all the articles, including archive. I believe the intended behaviour is to fetch unread articles only, so this needs to be fixed.

@smartynov It depends what you want. I personally want o get all of them :-)

In my version of the plugin, I introduced a config variable to change this behavior to what you want. Take a look:

to_pull               = 'unread'

https://github.com/mmagnus/Pocket-Plus-Calibre-Plugin