feat: Allow to skip download methods

This commit is contained in:
Kroese 2025-09-14 19:46:14 +02:00 committed by GitHub
parent 726e7f2b11
commit 299e6ce750
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1313,7 +1313,7 @@ isMido() {
local lang="$2"
local sum
[[ "${MIDO:-}" != [Yy1]* ]] && return 1
[[ "${MIDO:-}" == [Nn]* ]] && return 1
sum=$(getMido "$id" "en" "sum")
[ -n "$sum" ] && return 0
@ -1326,7 +1326,7 @@ isESD() {
local id="$1"
local lang="$2"
[[ "${ESD:-}" != [Yy1]* ]] && return 1
[[ "${ESD:-}" == [Nn]* ]] && return 1
case "${id,,}" in
"win11${PLATFORM,,}" | "win10${PLATFORM,,}" )