#Is the url pattern, includes, excludes, using regular expression?
6 messages · Page 1 of 1 (latest)
We don't support regular expressions there at the moment, just glob patterns like /*
What do you need regex for in particular?
Hi @true ocean ,
I'm also encountering an issue with another website: https://ellijewelry.com/products/ohrstecker-2er-set-basic-kristall-weiss-925er-sterling-silber?variant=45406085185819. I want to scrape all URLs that include the variant part, but using product/* isn't capturing those URLs. Specifically, variant=* is not working as expected.
Is there a roadmap to include regex in the URL include feature? Or does anyone have any suggestions on how to effectively capture these URLs?