benbalter / sitemap-parser

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

filter urls by regex #17

Closed hendricius closed 7 years ago

hendricius commented 7 years ago

This allows filtering urls by a given regex. Had a problem with large sitemaps that had many urls included.

benbalter commented 7 years ago

Thanks @hendricius! This looks great!