You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed you can't currently use any regex when defining urls, but is there some other way to leverage different subdomains or wildcard characters?
For example, I want to crawl multiple subdomains that follow a similar structure https://pco[NAME].zendesk.com/. I was thinking I could change the match field to accept a string array, and also couldn't use regex to wildcard the [NAME] piece of the subdomain. Is there some other way to achieve this?
The text was updated successfully, but these errors were encountered:
I've noticed you can't currently use any regex when defining urls, but is there some other way to leverage different subdomains or wildcard characters?
For example, I want to crawl multiple subdomains that follow a similar structure
https://pco[NAME].zendesk.com/
. I was thinking I could change thematch
field to accept a string array, and also couldn't use regex to wildcard the [NAME] piece of the subdomain. Is there some other way to achieve this?The text was updated successfully, but these errors were encountered: