From 4d95aff25957a91db934c1fd672d34d994f65731 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 14 May 2023 23:48:38 +0200 Subject: [PATCH] update --- lib/postgres/css_entity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/postgres/css_entity.sh b/lib/postgres/css_entity.sh index 83611c28..3d7a4606 100755 --- a/lib/postgres/css_entity.sh +++ b/lib/postgres/css_entity.sh @@ -1,7 +1,7 @@ #!/bin/bash -l #(chr,entity,name) -http_get https://www.w3schools.com/cssref/css_entities.asp | \ -xmllint --html --xpath "/html/body//div[@id=\"main\"]//table" - 2>/dev/null | \ +http_get https://www.w3schools.com/cssref/css_entities.php | \ +xmllint --html --xpath '/html/body//div[@id="main"]//table' - 2>/dev/null | \ xml2csv - | \ tail -n+2 | \ sed -E "s,(\\\\),\1\1," \ -- 2.47.3