-
**Describe the bug**
Some tags are not parsed correctly and it's not possible to obtain its value. More precisely, the link tag is the one it does not get parsed and its value is always null.
**To…
-
Now that #131 is done (and with more work down the road to stabilize and make it full featured), this library should eventually become a good alternative to Okio.
Given that Okio is very popular, …
-
**Describe the bug**
I was using 0.1.2 before and now as soon as I upgrade to 0.1.6 app Crashes
The ktor version I am using in my project is 2.3.12
If I downgrade Ksoup back to 0.1.2 everything …
-
Hey there, great libs btw.
I never use both Ksoup/Jsoup so this question might be dumb.
I see that ksoup only catch the first loaded html, and it doesnt wait until the page finished loading all it…
-
I can't compile one of my projects anymore: https://youtrack.jetbrains.com/issue/KT-71277/
I noticed that there is:
> w: KLIB resolver: The same 'unique_name=com.fleeksoft.ksoup:ksoup' found in …
-
[Kotlin Docs](https://kotlinlang.org/docs/native-target-support.html#for-library-authors) suggests that the library provide support for `watchos`
This also includes `androidNative` if possible
T…
-
Modularizing the charset decoder implementation within the `ksoup-core` library to remove the dependency on `ktor-io`. This change will allow us to release the charset decoder as a separate module, en…
-
**Describe the bug**
Hi, I wanted to try out `ksoup-ktor2`, but I don't think it was published correctly. Here's what I'm seeing on my side:
```
:unfurl:commonMain: Could not find ksoup-ktor2:kso…
saket updated
3 months ago
-
Currently I have two native parser implementations. Android uses `DocumentBuilderFactory` and the likes and on iOS I use `NSXMLParser`. I'd like to replace this with Ksoup so I can also share the pars…
-
`Ksoup.parseGetRequest()` and other network functions allocate the entire HTML as string in-memory. This will result in OOMs for large web pages, or other URLs that aren't actually HTML. Can `Ksoup` u…
saket updated
3 months ago