ameenmaali / urldedupe

Pass in a list of URLs with query strings, get back a unique list of URLs and query string combinations
MIT License
331 stars 53 forks source link

Bug fix when using -r option #3

Closed larskraemer closed 4 years ago

larskraemer commented 4 years ago

If the program is called with the -r option, and another option is supplied after it, regex_mode will be set back to false. This fixes that.