sitemapper icon indicating copy to clipboard operation
sitemapper copied to clipboard

Feature request: make parse function public

Open ericmaster opened this issue 4 months ago • 0 comments

Problem:

There are cases were we don't want to crawl through all locations from a sitemaps index, so we may want to filter these first before crawling through the sitemap xmls containing the URLs

Solution:

Make the parse function public so we can filter the parsed xml

https://github.com/seantomburke/sitemapper/blob/9f7017b3f1fa4214e6613f6ffe1c5aa63126677e/src/assets/sitemapper.js#L176

ericmaster avatar Oct 16 '24 16:10 ericmaster