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

[![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 | minor | `v2.11.1` -> `v2.12.0` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.library](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.2.0` -> `8.2.2` |...

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

[![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.lifecycle:lifecycle-viewmodel-ktx](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.7.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `2.6.2` -> `2.7.0` |...

[![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.lifecycle:lifecycle-runtime-ktx](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.7.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `2.6.2` -> `2.7.0` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.vanniktech.maven.publish](https://togithub.com/vanniktech/gradle-maven-publish-plugin) | `0.26.0` -> `0.27.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.vanniktech.maven.publish/0.27.0?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 | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin.android](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.9.21` -> `1.9.22` |...

I tried this but it doesn't seem to work: ``` val client = OkHttpClient.Builder() .connectTimeout(5, TimeUnit.SECONDS) .build() val rssBuilder = RssParserBuilder( callFactory = client ) val parser = rssBuilder.build() ```...

feature request

I want to parse [this feed](https://www.youtube.com/feeds/videos.xml?channel_id=UCbu2SsF-Or3Rsn3NxqODImw), how do i get data inside of "media:group" tag like thumbnail ,description, star rating and views. When I use "getThumbnail()" or "getDescription()" method of...

feature request

**Is your feature request related to a problem? Please describe.** the type of the enclosure is "application/x-bittorrent", i want to get the content. > \ **Describe the solution you'd like**...

feature request