prof18 / RSS-Parser

A Kotlin Multiplatform library to parse a RSS Feed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to parse Youtube channel's feed

mayank12gt opened this issue · comments

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

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