From 3692cd23c132f77b0b7155b1811cc66d3e675caf Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:58:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05816ba..a242e7b 100644 --- a/README.md +++ b/README.md @@ -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