MWFeedParser icon indicating copy to clipboard operation
MWFeedParser copied to clipboard

handle <link href="" />' tag in ATOM

Open pi-chan opened this issue 11 years ago • 3 comments

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

pi-chan avatar Feb 25 '14 05:02 pi-chan

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

pi-chan avatar Mar 27 '14 15:03 pi-chan

perfekt, worked fine for me :) thanks!

HerbstLukas avatar Mar 27 '14 15:03 HerbstLukas

This is years old but I'd still like it to get merged...

taylor-paul avatar Aug 17 '16 16:08 taylor-paul