alexdebril / rss-atom-bundle

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

What happened? #131

Closed mvar closed 7 years ago

mvar commented 7 years ago

Hey, what happened with this 3.0 version?

alexdebril commented 7 years ago

Hi,

The author thing is now handled. Can you give me examples of feeds with the description including special chars escaped ?

Concerning the public ID, feed-io returns the URL if the feed doesn't have any public ID.

mvar commented 7 years ago

I will provide examples later today.

With public ID case, now I'm getting URL where I was previously getting public ID. Older version of this bundle still returns public ID on the same feed.

alexdebril commented 7 years ago

Could you tell me if the loss of the public ID happens with RSS or Atom feeds ?

mvar commented 7 years ago

RSS, if I recall correctly.

mvar commented 7 years ago

@alexdebril I can confirm, that public ID issue happens on RSS feeds. I have inspected few pages that has this issue and they all are powered by wordpress.

alexdebril commented 7 years ago

The public ID issue is related to this one : https://github.com/alexdebril/feed-io/issues/82

alexdebril commented 7 years ago

Hi @mvar,

I close this issue as I just opened another one the special chars : https://github.com/alexdebril/rss-atom-bundle/issues/134

Thank you for your feedback