Compare commits

...

2 Commits

Author SHA1 Message Date
260c96402e remove urls.txt 2022-06-01 16:11:08 +03:00
3fcdffd727 update the search function 2022-06-01 16:10:33 +03:00
2 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() { search_package() {
local package=$1 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() { download_package() {
@@ -59,4 +59,4 @@ main() {
fi fi
} }
main $@ main $@