Search Criteria
Package Details: gdown 5.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gdown.git (read-only, click to copy) |
---|---|
Package Base: | gdown |
Description: | Download a large file from Google Drive |
Upstream URL: | https://github.com/wkentaro/gdown |
Licenses: | MIT |
Submitter: | svenstaro |
Maintainer: | kode54 |
Last Packager: | kode54 |
Votes: | 11 |
Popularity: | 0.074023 |
First Submitted: | 2019-01-06 13:57 (UTC) |
Last Updated: | 2024-07-22 21:57 (UTC) |
Dependencies (13)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-filelock
- python-pysocks
- python-requests
- python-six
- python-tqdm
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-hatch-fancy-pypi-readme (make)
- python-hatch-vcs (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Required by (3)
- labelme
- monailabel (optional)
- python-monai (optional)
Latest Comments
Saurabh_Kushwah commented on 2024-07-22 10:40 (UTC)
Please Update the PKGBUILD
there is a new version available v5.2.0
https://github.com/wkentaro/gdown/releases/tag/v5.2.0
compiler1413 commented on 2024-02-06 14:25 (UTC)
https://github.com/wkentaro/gdown/releases/tag/v5.1.0
Flagged out of date as 4.7.1 isn't working on most Google Drive links.
m040601 commented on 2023-09-01 21:53 (UTC)
Thanks for maintaining this PKGBUILD.
There is a readme there,
$ tar tvf gdown-4.7.1.tar.gz
Dont throw the README to the trash, and make sure it also gets installed to something like,
Thanks in advance.
kode54 commented on 2022-05-12 03:51 (UTC)
I'd rather just throw in
python-requests
and call it a day.kumen commented on 2022-05-11 11:21 (UTC) (edited on 2022-05-11 11:22 (UTC) by kumen)
There is some missing dependency. (tested on
armv7
)For instance:
gdown --help
will result in:After installing
python-pip
package and its dependencies,gdown
is working properly.kode54 commented on 2020-11-04 03:12 (UTC)
To whoever reported that the package does not build correctly on Raspberry Pi 4: This package is a script, it should build anywhere that Python does. If it does not, please report the issue upstream to the gdown repository, as I am not flagging this package as architecture specific.
shoober420 commented on 2020-10-07 14:21 (UTC)
Thank you for the package.