fix: disable regex whenever possible

This commit is contained in:
MDLeom 2023-12-31 04:06:41 +00:00
parent 5821143af1
commit dea0eceb2b
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ sort -u > "urlhaus-domains.txt"
## Parse online URLs only
cat "URLhaus.csv" | \
grep '"online"' | \
grep -F '"online"' | \
cut -f 6 -d '"' | \
cut -f 3- -d "/" | \
sed "s/^www\.//g" | \