Add /usr/pkg/bin for xmllint - gophercgis - Collection of gopher CGI/DCGI for geomyidae
(HTM) hg clone https://bitbucket.org/iamleot/gophercgis
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) changeset bf6c6a8c9a9140a10754e2bf6fadad5145771821
(DIR) parent 3f82cd051ef0fa1eeaa8bb90db994a28673e4c3a
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Wed, 29 Aug 2018 13:19:17
Add /usr/pkg/bin for xmllint
Diffstat:
bandcamp/music.dcgi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff -r 3f82cd051ef0 -r bf6c6a8c9a91 bandcamp/music.dcgi
--- a/bandcamp/music.dcgi Wed Aug 29 12:48:21 2018 +0200
+++ b/bandcamp/music.dcgi Wed Aug 29 13:19:17 2018 +0200
@@ -11,7 +11,7 @@
echo "t"
/usr/bin/ftp -V -o - "${url}/music" |
-{ xmllint --html --xpath 'string(//ol/@data-initial-values)' - 2>/dev/null ; } |
+{ /usr/pkg/bin/xmllint --html --xpath 'string(//ol/@data-initial-values)' - 2>/dev/null ; } |
/usr/pkg/bin/jq -r '
.[] |
"[1|\((.title + " - " + .band_name) | gsub("\\|"; "\\|"))|" +