alexdebril / rss-atom-bundle

RSS and Atom Bundle for Symfony
MIT License
139 stars 49 forks source link

Enclosure tag #53

Closed mxnr closed 9 years ago

mxnr commented 9 years ago

Hello Alex! Is there any way to get content of enclosure tag from feed?

alexdebril commented 9 years ago

Hello,

Do you mean this kind of enclosure tag : http://www.w3schools.com/rss/rss_tag_enclosure.asp ?

It is not supported yet, but I will be able to work on it soon.

jion commented 9 years ago

Any news about this issue? I see the related commit but i dont understand how i can access to enclosure objects with this change.

alexdebril commented 9 years ago

I think I typed the wrong issue ID in my commit message, sorry.

alexdebril commented 9 years ago

I'm working on it, you can expect a release this month.

Cheers

Alex

alexdebril commented 9 years ago

It's not official yet but rss-atom-bundle now supports enclosures. Only for reading, you need to call getMedias() to fetch medias from an item. Documentation is not ready, but I will write it soon. Please tell me if the solution meets your needs.

Cheers,

Alex

mxnr commented 9 years ago

Awesome work, Alex, thanks a lot!