Skip to content

Commit de93350

Browse files
Merge pull request #595 from HotGarbo/patch-1
Add default Instapaper config values to kobo.py
2 parents 1c0d92e + 9cecbaf commit de93350

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cps/kobo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,9 @@ def NATIVE_KOBO_RESOURCES():
11911191
"image_host": "//cdn.kobo.com/book-images/",
11921192
"image_url_quality_template": "https://cdn.kobo.com/book-images/{ImageId}/{Width}/{Height}/{Quality}/{IsGreyscale}/image.jpg",
11931193
"image_url_template": "https://cdn.kobo.com/book-images/{ImageId}/{Width}/{Height}/false/image.jpg",
1194+
"instapaper_enabled": "True",
1195+
"instapaper_env_url": "https://www.instapaper.com/api/kobo",
1196+
"instapaper_link_account_start": "https://authorize.kobo.com/{region}/{language}/linkinstapaper",
11941197
"kobo_audiobooks_credit_redemption": "False",
11951198
"kobo_audiobooks_enabled": "True",
11961199
"kobo_audiobooks_orange_deal_enabled": "False",

0 commit comments

Comments
 (0)