diff --git a/quickget b/quickget index 97c3c67..a4397ee 100755 --- a/quickget +++ b/quickget @@ -1904,7 +1904,7 @@ function get_vanillaos() { function get_batocera() { local HASH="" local URL="https://mirrors.o2switch.fr/batocera/x86_64/stable/last" - local ISO="$(curl -sl ${URL}/ | grep -e 'batocera.*img.gz'|cut -d\" -f2)" + local ISO="$(web_pipe "${URL}/" | grep -e 'batocera.*img.gz'| cut -d'"' -f2)" echo "${URL}/${ISO} ${HASH}" }