diff --git a/ia-cdx-search-subdomains b/ia-cdx-search-subdomains index 8971c23..f156163 100755 --- a/ia-cdx-search-subdomains +++ b/ia-cdx-search-subdomains @@ -12,4 +12,4 @@ fi domain="${@: -1}" set -- "${@:1:$(($#-1))}" scriptpath="$(cd "$(dirname "$0")"; pwd -P)" -"${scriptpath}/ia-cdx-search" "$@" "url=${domain}&collapse=urlkey&fl=original&matchType=domain" | grep -o '^[^/]*//[^/]*' | sed 's,^.*/,,; s,:[0-9]\+$,,' | "${scriptpath}/uniqify" +"${scriptpath}/ia-cdx-search" "$@" "url=${domain}&collapse=urlkey&fl=original&matchType=domain" | grep -o '^[^/]*//[^/"]*' | sed 's,^.*/,,; s,:[0-9]\+$,,' | "${scriptpath}/uniqify"