steinarb / opds-reader

A calibre plugin containing an OPDS client that can import books into calibre
GNU General Public License v3.0
48 stars 25 forks source link

Fix #38 and fix compatibility with calibre-web #40

Closed stringlapse closed 9 months ago

stringlapse commented 9 months ago

This PR fixes #38 and fixes compatibility with calibre-web by making a couple checks against the feed optional. I haven't tested it super thoroughly so I don't know if any other checks need to be fixed but I added fallback values in case a feed doesn't have the "server" or "updated" keys present.

A couple tips in case anyone in the future is reading this and struggling to get calibre-web to play nicely with the plugin:

steinarb commented 9 months ago

Looks good! Thanks! Merged!