benbalter / sitemap-parser

Ruby Gem to parse sitemaps.org compliant sitemaps
MIT License
29 stars 46 forks source link

Allowing typhoeus options when recurse sitemap parsing #28

Closed prasannaboga closed 9 months ago

prasannaboga commented 1 year ago

When parsing the sitemap with the index. The Typhoeus gem request options are not passing through the child sitemap location.

Updated exception message when the sitemap does not return a successful response, adding the response status code in the message.

prasannaboga commented 12 months ago

@benbalter, I would greatly appreciate it if you could take a moment to review and consider these changes.

prasannaboga commented 10 months ago

@benbalter Fixed spec file

prasannaboga commented 9 months ago

@benbalter, Please review the changes.