Compare commits
2 Commits
5364e3e3e1
...
260c96402e
| Author | SHA1 | Date | |
|---|---|---|---|
| 260c96402e | |||
| 3fcdffd727 |
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user