backstop-crawl
backstop-crawl copied to clipboard
Ignore certain urls by string
It would be nice to be able to ignore urls that contain certain strings in an array.
Example: --ignore-url-containing = ["/blog,/tag,/news"]
Great idea! I think best would be to also allow wildcard matching like:
--ignore-urls=/abc/*
what would be a typical separator?