Sabeeh Ul Hussnain
Sabeeh Ul Hussnain
@vanniktech this is fixed upcoming version. Thanks
I was migrating my Android project to Kotlin Multiplatform (KMP) when I started looking for an HTML parsing library. I came across **MohamedRejeb/Ksoup** at the time, but it didn’t meet...
@mxkmn Sorry, I updated your comment because the word ‘stupid’ was offensive, so I removed it. > `MohamedRejeb/Ksoup` is a limited lib for callbacks when opening or closing a tag,...
@zhangzih4n It will available in upcoming version
@zhangzih4n `watchos` targets added in version `0.2.0`
Thank you for suggesting the XPath selector feature. It’s a great idea and something I would love to implement in the future. However, I currently have other priorities that I...
Hi @acolombo11 currently, Ksoup does not support cookies or allow passing a custom HTTP client directly. However, you can use Ktor’s HTTP client to fetch the page and then parse...
Hi @acolombo11 , starting from version 0.2.4, you can provide your own HttpClient for network requests.
Hi @MayaChen350 thanks i will check that