From 0f4e6ec71bf9a443c16b67312547414ed562d552 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Dec 2023 13:05:50 -0500 Subject: [PATCH] oops --- geturlhaus.sh | 1 + 1 file changed, 1 insertion(+) 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