assafmo/xioc

URL: fix trailing ")"

assafmo opened this issue · 0 comments

Sometimes URLs are inside parenthesis, e.g. (https://google.com).
This results in returning https://google.com) because the regex starts with http and also ) is legal character within a URL.