download tar.gz files
This commit is contained in:
@@ -14,7 +14,7 @@ print_help() {
|
||||
|
||||
search_package() {
|
||||
local package=$1
|
||||
curl https://pypi.org/project/$package/\#files -s | grep -Eo https://files\.+\.+whl | grep -Ev 'macos|arch|arm|cp27' > urls.txt
|
||||
curl https://pypi.org/project/$package/\#files -s | grep -Eo https://files\.+\.+tar.gz > urls.txt
|
||||
}
|
||||
|
||||
download_package() {
|
||||
|
||||
Reference in New Issue
Block a user