Package Details: gallery-dl 1.26.9-3

Git Clone URL: https://aur.archlinux.org/gallery-dl.git (read-only, click to copy)
Package Base: gallery-dl
Description: Command-line program to download image-galleries and collections from several image hosting sites
Upstream URL: https://github.com/mikf/gallery-dl
Keywords: downloader gallery image python terminal
Licenses: GPL-2.0-or-later
Submitter: lll2yu
Maintainer: katt
Last Packager: katt
Votes: 61
Popularity: 2.24
First Submitted: 2018-03-29 17:35 (UTC)
Last Updated: 2024-04-27 16:41 (UTC)

Dependencies (17)

Required by (1)

Sources (1)

Pinned Comments

lll2yu commented on 2018-04-21 02:57 (UTC)

Before running makepkg add Mike Fährmann's key

gpg --recv-keys 5680CA389D365A88

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

katt commented on 2021-03-12 21:43 (UTC)

@sseneca Done!

sseneca commented on 2021-03-12 10:19 (UTC)

Could you add python-pysocks to the optdepends? Without it, using a SOCKS proxy with --proxy doesn't work for me, with the following error: HttpError: InvalidSchema: Missing dependencies for SOCKS support.

katt commented on 2020-12-19 15:37 (UTC)

@cyberpunk_ava That shouldn't be possible, python-setuptools is a makedepend so it should absolutely be installed while making the package.

I also just tried this PKGBUILD in a clean chroot without issue, so there must be something on your system making it behave this way. If you're using an AUR-helper please try without it.

cyberpunk_ava commented on 2020-12-19 11:19 (UTC) (edited on 2020-12-19 11:21 (UTC) by cyberpunk_ava)

Hi, I got this error: ==> Starting package()... Traceback (most recent call last): File "setup.py", line 8, in <module> from setuptools import setup ImportError: No module named setuptools ==> ERROR: A failure occurred in package(). Aborting...

masterberg commented on 2020-12-02 16:14 (UTC)

Missing fakeroot package as build dependency

lll2yu commented on 2019-11-09 07:26 (UTC)

@mikf Updated,thanks for the heads up.

mikf commented on 2019-11-08 21:52 (UTC) (edited on 2019-11-08 23:56 (UTC) by mikf)

v1.11.0 installs the bash completion script at the correct location and breaks the PKGBUILD with that. Removing all bash completion "corrections" (prepare(), mv …) should fix it.

Edit: Never mind, apparently I've managed to not even include a bash completion script in the source tarball and also break man pages.

Edit 2: Should be fixed in v1.11.1

lll2yu commented on 2019-03-30 10:51 (UTC)

@mikf Thanks for the heads-up. @BrainDamage Done.

mikf commented on 2019-03-29 16:42 (UTC)

v1.8.1 includes a bash-completion script and man pages. Man pages should work out of the box, but the path for the completion script should be updated like for example the youtube-dl PKGBUILD does. (Note that the script is named "gallery-dl.bash_completion with an underscore)

You can also remove the optional "zip" dependency. gallery-dl uses the native Python zip module that's already covered by Python's zlib dependency.