update the search function

This commit is contained in:
2022-06-01 16:10:33 +03:00
parent 5364e3e3e1
commit 3fcdffd727
3 changed files with 2 additions and 2 deletions

0
README.md Normal file → Executable file
View File

View File

@@ -14,7 +14,7 @@ print_help() {
search_package() {
local package=$1
curl https://pypi.org/project/$package/\#files -s | grep -Eo https://files\.+$package\.+whl > urls.txt
curl https://pypi.org/project/$package/\#files -s | grep -Eo https://files\.+\.+whl > urls.txt
}
download_package() {

0
urls.txt Executable file
View File