From: Nicolas Boisselier Date: Sun, 14 May 2023 21:48:38 +0000 (+0200) Subject: update X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=4d95aff25957a91db934c1fd672d34d994f65731;p=nb.git update --- 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," \