09-11-2024, 06:22 AM | #1 |
Junior Member
Posts: 1
Karma: 10
Join Date: Sep 2024
Device: Kindle Paperwhite
|
Trying to Setup Pocket for Calibre to Kindle - Need Help
Hi all,
Trying to setup Calibre so I can send my Pocket saved articles to my Kindle. I'm not sure if there's a better or simpler way to save and send multiple web articles to kindle - this is the only way I'm aware of but if there is please let me know! I know how to send RSS feeds, but I mean various articles from various sites. Anyway, I've found the "Pocket" recipe under "Customize bullitin recipe" - "Unknown". So this is the main area of code I need help with, I think: Code:
if self.username is not None and self.password is not None: br.open(self.legacy_login_url) br.select_form(nr=0) br['feed_id'] = self.username br['password'] = self.password br.submit() else: self.user_error("This Recipe requires authentication") return br For "br.select_form(nr=0)" I think I'm supposed to change the zero to a number, but I have no idea WHAT the number should be - I tried 1-10 and none of them worked. Help would be greatly appreciated I am a total noob in terms of this, so have pretty much no idea what I'm doing. Thanks! |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
If I reset my Kindle, what do I have to redo in Calibre library setup? | Dal Bhat | Calibre | 1 | 06-19-2024 05:42 PM |
Pocket app/webpage reading setup on Tolino | torto | Tolino | 14 | 10-27-2021 09:17 AM |
no setup of Calibre possible | DMcCunney | Calibre | 34 | 10-24-2020 07:19 PM |
Pocket App to kindle thru calibre | strikerespect32 | Calibre | 0 | 10-17-2020 05:03 PM |
Using calibre for Sony Pocket & Kindle | grizedale | Calibre | 3 | 08-04-2010 03:00 PM |