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

sitemap improvements: gz support + application/xml + extraHops fix #511

Merged
merged 3 commits into from
Mar 26, 2024

Commits on Mar 26, 2024

  1. sitemap fix, follow up to #496

    - support parsing sitemap urls that end in .gz with gzip decompression
    - ignore extraHops for sitemap found URLs by setting to past extraHops limit
    (otherwise, all sitemap URLs would be treated as links from seed page)
    ikreymer committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f174658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8551031 View commit details
    Browse the repository at this point in the history
  3. also support application/xml as valid xml content-type

    add test with application/xml sitemap
    ikreymer committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c0bfc76 View commit details
    Browse the repository at this point in the history