We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://feedbag.herokuapp.com/?url=https%3A%2F%2Fpeople.debian.org%2F~lunar%2Fblog lists incorrect feed URLs
Feeds for https://people.debian.org/~lunar/blog https://people.debian.org/~lunar/index.rss https://people.debian.org/~lunar/index.atom
Feeds for https://people.debian.org/~lunar/blog
https://feedbag.herokuapp.com/?url=https%3A%2F%2Fpeople.debian.org%2F~lunar%2Fblog/ lists the correct feed URLs
Feeds for https://people.debian.org/~lunar/blog/ https://people.debian.org/~lunar/blog/index.rss https://people.debian.org/~lunar/blog/index.atom
Feeds for https://people.debian.org/~lunar/blog/
https://people.debian.org/~lunar/blog redirect to https://people.debian.org/~lunar/blog/
The text was updated successfully, but these errors were encountered:
I would guess feedbag does not follow redirects and it makes a guess for /index.rss
/index.rss
Sorry, something went wrong.
Alternatively it follows it and messes something up when it puzzles the URLs back together. 😄
I think there's URI.join that goes wrong in Feedbag
URI.join
No branches or pull requests
https://feedbag.herokuapp.com/?url=https%3A%2F%2Fpeople.debian.org%2F~lunar%2Fblog lists incorrect feed URLs
https://feedbag.herokuapp.com/?url=https%3A%2F%2Fpeople.debian.org%2F~lunar%2Fblog/ lists the correct feed URLs
https://people.debian.org/~lunar/blog redirect to https://people.debian.org/~lunar/blog/
The text was updated successfully, but these errors were encountered: