Update README.md

This commit is contained in:
skyper
2024-09-01 19:58:31 +01:00
committed by GitHub
parent 4e0cea6757
commit 3692cd23c1
+1 -1
View File
@@ -1199,7 +1199,7 @@ Using Python, download only:
purl() {
local url="${1:?}"
{ [[ "${url:0:8}" == "https://" ]] || [[ "${url:0:7}" == "http://" ]]; } || url="https://${url}"
"$(which python3 || which python || which pyton2 || which false)" -c "\
"$(which python3 || which python || which python2 || which false)" -c "\
import urllib.request
import sys
import ssl