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

Resolve relative links in RSS feeds #203

Closed
sebastian-nagel opened this issue Apr 11, 2018 · 0 comments · Fixed by #205
Closed

Resolve relative links in RSS feeds #203

sebastian-nagel opened this issue Apr 11, 2018 · 0 comments · Fixed by #205
Labels

Comments

@sebastian-nagel
Copy link
Contributor

RSS feeds may contain relative links:

The sitemap parser should resolve them.

sebastian-nagel added a commit to sebastian-nagel/crawler-commons that referenced this issue Apr 11, 2018
- ignore query part of URL to determine sitemap location prefix
  for URL validation, fixes crawler-commons#202
- resolve relative links in RSS feeds, fixes crawler-commons#203
- allow non-continuous content (containing XML entities or CDATA)
  when parsing links in RSS feeds, fixes crawler-commons#204
- extract links from <guid> elements in RSS feeds, fixes crawler-commons#201
sebastian-nagel added a commit to sebastian-nagel/crawler-commons that referenced this issue Apr 25, 2018
- ignore query part of URL to determine sitemap location prefix
  for URL validation, fixes crawler-commons#202
- resolve relative links in RSS feeds, fixes crawler-commons#203
- allow non-continuous content (containing XML entities or CDATA)
  when parsing links in RSS feeds, fixes crawler-commons#204
- extract links from <guid> elements in RSS feeds, fixes crawler-commons#201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant