Package Details: gdown 5.1.0-1

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: 10
Popularity: 0.170471
First Submitted: 2019-01-06 13:57 (UTC)
Last Updated: 2024-02-06 20:53 (UTC)

Latest Comments

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

drwxrwxr-x root/root         0 2023-03-25 04:11 gdown-4.7.1/
...
...
-rw-rw-r-- root/root      1064 2023-03-25 04:11 gdown-4.7.1/LICENSE
-rw-rw-r-- root/root        18 2023-03-25 04:11 gdown-4.7.1/MANIFEST.in
-rw-rw-r-- root/root      3542 2023-03-25 04:11 gdown-4.7.1/README.md
...
  install -Dm755 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE

Dont throw the README to the trash, and make sure it also gets installed to something like,

/usr/share/doc/gdow/README.md

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:

pkg_resources.DistributionNotFound: The 'requests[socks]' distribution was not found and is required by gdown

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.