mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
fixed grep regexp
This commit is contained in:
parent
99f4a3f36f
commit
d1ddb676f0
@ -41,8 +41,9 @@ echo -e "${GREEN}>>> Finished Chinalist ${NC}"
|
||||
|
||||
echo -e "${GREEN}>>> generating AdBlock domains list...${NC}"
|
||||
curl -sSL $ADBLOCK_DOMAINS_URL \
|
||||
| grep -eov '^(\d{1,3}\.){3}\d{1,3}' \
|
||||
| grep -eov '^[^.]$' \
|
||||
| grep -Eov '^(\d{1,3}\.){3}\d{1,3}' \
|
||||
| grep -Eov '^[^.]+$' \
|
||||
| grep -eo '^(([a-zA-Z0-9]+[a-zA-Z0-9-]*)+\.)+[a-zA-Z0-9]{2,}$' \
|
||||
> $GOPATH/src/$GEOSITE_REPO/data/adblocklist
|
||||
|
||||
# | grep -eo '^(([a-zA-Z0-9]+[a-zA-Z0-9-]*)+\.)+[a-zA-Z0-9]{2,}$' \
|
||||
|
Loading…
Reference in New Issue
Block a user