mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
opds: fix parsing OPDS from textos.info (#4514)
This commit is contained in:
committed by
Frans de Jonge
parent
4d15058773
commit
3337e45381
@@ -376,6 +376,7 @@ function OPDSBrowser:genItemTableFromCatalog(catalog, item_url, username, passwo
|
||||
if link.type:find(self.catalog_type)
|
||||
and (not link.rel
|
||||
or link.rel == "subsection"
|
||||
or link.rel == "http://opds-spec.org/subsection"
|
||||
or link.rel == "http://opds-spec.org/sort/popular"
|
||||
or link.rel == "http://opds-spec.org/sort/new") then
|
||||
item.url = build_href(link.href)
|
||||
|
||||
Reference in New Issue
Block a user