Compare commits

...

2 Commits

Author SHA1 Message Date
idan 260c96402e remove urls.txt 2022-06-01 16:11:08 +03:00
idan 3fcdffd727 update the search function 2022-06-01 16:10:33 +03:00
2 changed files with 2 additions and 2 deletions
Regular → Executable
View File
+2 -2
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() {
@@ -59,4 +59,4 @@ main() {
fi
}
main $@
main $@