Replies: 1 comment
-
Yes but you will need to decide first if it's an OPDS 1 or OPDS 2 feed. Then you can call the matching APIs on the You can take a look at the response media type, or do a fallback like in the swift-toolkit/Sources/OPDS/OPDSParser.swift Lines 30 to 36 in b1698b5 The APIs ask for a We plan to rework the OPDS APIs and models by the end of the year. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to invoke OPDSParser with the data from an OPDS feed without having to have Readium perform the network request? I have the content already received and would like to have Readium only parser the content for me. But I can't seem to find code that's not also making the initial request.
Beta Was this translation helpful? Give feedback.
All reactions