-
I have an application that has an `implementation` dependency on two modules:
- `epub` uses `com.fleeksoft.ksoup:ksoup-okio`
- `textextractor` uses `com.fleeksoft.ksoup:ksoup`
When I tried to c…
-
Hi,
I recently came across two libraries named Ksoup on GitHub your library, `MohammedRejeb/Ksoup`, and `fleeksoft/ksoup`. While I appreciate your work, I believe that having two libraries with the…
-
**Describe the bug**
A clear and concise description of what the bug is.
Ksoup.parse The link tag doesn't end symbol
**To Reproduce**
Steps to reproduce the behavior:
**Expected behavior**
…
-
It would be useful to introduce a feature that allows the user to limit the number of elements returned by a selector. For cases where a user is only interested in a subset of elements (e.g., the firs…
-
If I embark on trying to create a js parser to parse html snippets into j2html code, would there be interest in adding that to the website ?
I'm thinking of doing that in kotlin using KSoup, and th…
-
As the title mentions.
Is it possible to port Jsoup implementation to this [this](https://github.com/fleeksoft/ksoup)
I saw on reddit, you were looking to do it earlier so perhaps you maybe still in…
-
Does Ksoup have features like Document, Element, etc classes, like Jsoup has?
-
-
Usage of the library causes app to crash with Android release builds because `R8` removes unused classes or methods from the Ksoup library. Specifically, `Builder#onOpenTag` is stripped out, causing a…
-
As the title says. Provisions for KMP support by moving from OkHttp to Ktor
And Jsoup to https://github.com/fleeksoft/ksoup
I would be happy to provide a PR and contribute to this.
Would anyone be …