Skip to content

ignore stuff starting with period #693

Answered by epi052
joaociocca asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, this should behave the way you're wanting

--dont-scan '/\..*' 

--dont-scan does double duty. When it's an absolute/valid url that url::Url::parse can successfully ingest, then the comparison is done as a Url -> Url. On the other hand, if url::Url::parse fails, we parse what's given to dont-scan as a fullblown regex. So, when we were trying things with http... we weren't hitting the regex branch.

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@joaociocca
Comment options

@epi052
Comment options

@epi052
Comment options

@joaociocca
Comment options

Comment options

You must be logged in to vote
1 reply
@joaociocca
Comment options

Comment options

You must be logged in to vote
1 reply
@joaociocca
Comment options

Answer selected by joaociocca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants