MWFeedParser
MWFeedParser copied to clipboard
handle <link href="" />' tag in ATOM
Hi, I noticed that MWFeedItem's link property is nil, when link tag is like <link href="" />.
So changed implementation for processing link tag for ATOM
I found that there are some ATOM feed with <link> tag with no rel attribute.
So I added new else if clause to handle them.
xoyip
Sent with Airmail
On 2014年3月27日 at 21:41:57, Lukas Herbst ([email protected]) wrote:
Hey can you tell me how you changed the implementation? :)
Reply to this email directly or view it on GitHub:
https://github.com/mwaterfall/MWFeedParser/pull/87#issuecomment-38797527
perfekt, worked fine for me :) thanks!
This is years old but I'd still like it to get merged...