build auto-update

This commit is contained in:
Zelo72 2021-11-05 01:00:27 +01:00
parent dac63bd118
commit 2a50fef83c
2 changed files with 354 additions and 324 deletions

File diff suppressed because it is too large Load Diff

View File

@ -312,7 +312,7 @@ LinkToFilename() {
sed 's/\.php?hostformat=hosts&showintro=0&mimetype=plaintext//' |
sed 's/\/domain?format=plain//' |
sed 's/%20//g' | sed 's/%2B//g' | sed "s/[\']//g" |
sed 's/[\/]/_/g' |
sed 's/[\/?=&]/_/g' |
awk '{print tolower($0)}'
}