-
- Make a new module to more advanced use cases to keep the `:ksoup-html` module as lightweight as possible
- Support parsing data from websites
- Add new methods for make web scrapping easier (eq: g…
-
**Is your feature request related to a problem? Please describe**.
The latest versions of Ksoup appear to be compiled with Java 17 compatibility, which prevents the library from being used in proje…
-
I've just tried to update my apps to the ksoup variant with ktor3 since ktor3 is now stable. When trying to build my Android app I've gotten the following:
```
ERROR: R8: Missing class io.ktor.uti…
-
`Ksoup.parseMetaData` not parsing favicon from `https://animepahe.ru`
```
animepahe :: okay-ish anime website
…
-
I'm using version 0.1.9 with the ktor module to parse the response from this website: http://www.bodnara.co.kr/rss/rss_bodnara.xml
I get my source reader via `response.bodyAsChannel().toByteArray()…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Reproducer: https://github.com/vanniktech/playground/pull/264
If you run the Main.kt file on JVM you will always correctly see that the document can be parsed successfully. However when running the…
-
As a follow-up to #39 and #79 , this issue focuses on the planned performance optimizations for Ksoup, ahead of the 1.0.0 release.
Currently, Jsoup outperforms Ksoup in parsing speed by 2-3 times…
-
Hi, I was checking out HTML parsing libraries for Kotlin Multiplatform, and I found both `fleeksoft/ksoup` and your library. I tried [fleeksoft/ksoup](https://github.com/fleeksoft/ksoup), and it’s awe…
-
Hi, as a follow up of #39, I'm considering if we can make Ksoup a wrapper of Jsoup on JVM.
Here are some reasons:
My app previously target desktop JVM and Android so it was using Jsoup. Ksoup …