diff --git a/geturlhaus.sh b/geturlhaus.sh index 25c273e..35fb5f8 100755 --- a/geturlhaus.sh +++ b/geturlhaus.sh @@ -10,4 +10,5 @@ if ! command -v sed >/dev/null; then fi mkdir -p urlhaus curl https://urlhaus.abuse.ch/downloads/text_online/ -o urlhaus/online +sed -i 's/^https:\/\///;s/^http:\/\///' urlhaus/online sed -i '1s|^|#listcategory: "URLhaus @ abuse.ch"\n|' urlhaus/online