Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS2 Google PubSubHubbub problem #183

Open
juanforlizzi opened this issue Jan 5, 2023 · 1 comment
Open

RSS2 Google PubSubHubbub problem #183

juanforlizzi opened this issue Jan 5, 2023 · 1 comment

Comments

@juanforlizzi
Copy link

Describe the bug
Only one atom:link in RSS2 is posible at the moment.
If you have atomLink and hub option at the same time, only the last one is added to the feed.

To Reproduce
Create a feed using this options :

feed: 'https://example.com/feed/rss.xml',
hub: 'https://pubsubhubbub.appspot.com/',

Expected behavior

<atom:link href="https://example.com/feed/rss.xml" rel="self" type="application/rss+xml"/>
<atom:link href="https://pubsubhubbub.appspot.com/" rel="hub"/>

Actual behavior

<atom:link href="https://pubsubhubbub.appspot.com/" rel="hub"/>
@juanforlizzi
Copy link
Author

@jpmonette I've opened #184 to fix the issue.
Please take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant