You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/plugins/opds.koplugin
roygbyte 024fd52781
Fix OPDS plugin bug wherein Arxiv PDF document acquisition URLs are not given a callback to download (#8210)
* Add comments to a few functions

* Fix bug associated with arxiv catalog.

See comments in genItemTableFromCatalog. Basically, though, the bug
was related to the checking of the acquisition urls. Arxiv only has
PDFs available to download, and the block wasn't catching these with
its existing logic. By adding another clause to look for PDF link
types, and fixing href values that were missing the PDF suffix, we can
successfully download PDFs from Arxiv.
3 years ago
..
_meta.lua move opds to plugin (#7237) 3 years ago
main.lua [fix] OPDS catalog invoked from reader: crash KOReader on close (#7825) 3 years ago
opdsbrowser.lua Fix OPDS plugin bug wherein Arxiv PDF document acquisition URLs are not given a callback to download (#8210) 3 years ago
opdscatalog.lua FileManager/ReaderUI: Clarify the current instance accessor (#7658) 3 years ago
opdsparser.lua OPDS: Also handle self-closing dc: tags (#7900) 3 years ago