RSS-Parser icon indicating copy to clipboard operation
RSS-Parser copied to clipboard

A Kotlin Multiplatform library to parse a RSS Feed

Results 51 RSS-Parser issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Passing in OkHttpClient is awkward if the app uses Call.Factory instead. **Describe the solution you'd like** Call.Factory is the typical...

feature request

Hi, in my RSS Feed is a `` tag. In that tag is URL to image. But I don't see this tag in `Article` class. How can I access to...

bug

**Describe the bug** I use the RSS feed with the Ukrainian language. I have chosen the wrong charset in `Parser.Builder` and after I changed it and restarted the app it...

bug

As the issue https://github.com/prof18/RSS-Parser/issues/38 I have a pr simple support. more work should be done. e.g. atom file has a diff time format( 2021-11-11T00:00:00+00:00Z) which the android does not support...

Any chance of adding Atom support ?

enhancement

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/prof18/RSS-Parser). - WARN:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.compose:compose-bom](https://developer.android.com/jetpack) | `2023.10.01` -> `2024.02.01` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.compose:compose-bom/2024.02.01?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/gradle-build-action](https://togithub.com/gradle/gradle-build-action) | action | major | `v2` -> `v3` | |...

**Describe the bug** Code: ``` fun getFeed(): MutableLiveData { val parser = RssParser() viewModelScope.launch { feedData.postValue(MyResponse.loading()) try { val rssChannel = parser.getRssChannel("https://inc42.com/buzz/feed/") feedData.postValue(MyResponse.success(rssChannel)) } catch (exception:Exception){ Log.d("err",exception.localizedMessage) Log.d("err",exception.stackTraceToString()) feedData.postValue(MyResponse.error(exception.localizedMessage)) }...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlinx.binary-compatibility-validator](https://togithub.com/Kotlin/binary-compatibility-validator) | `0.13.2` -> `0.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx.binary-compatibility-validator/0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...