prof18 / RSS-Parser

A Kotlin Multiplatform library to parse a RSS Feed
Apache License 2.0
490 stars 126 forks source link

How to parse Youtube channel's feed #121

Open mayank12gt opened 9 months ago

mayank12gt commented 9 months ago

I want to parse this feed, 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 article object I get null result. I am using 5.0.3 version of the library

prof18 commented 9 months ago

Hi! Currently, Youtube-specific tags, like the one you mentioned are not supported. Maybe in the future I will add the support for it.