prof18/RSS-Parser

How to parse Youtube channel's feed

mayank12gt opened this issue · 1 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.