Package Details: gallery-dl 1.27.7-2

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: 68
Popularity: 3.84
First Submitted: 2018-03-29 17:35 (UTC)
Last Updated: 2024-10-28 11:19 (UTC)

Dependencies (17)

Required by (2)

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 »

doku commented on 2022-08-30 07:59 (UTC)

Cannot install version 1.23 How can I fix this?

Building gallery-dl...
==> Making package: gallery-dl 1.23.0-1 (Tue 30 Aug 2022 10:56:19 AM +03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating gallery-dl git repo...
==> Validating source files with sha512sums...
    gallery-dl ... Skipped
==> Verifying source file signatures with gpg...
    gallery-dl git repo ... SIGNATURE NOT FOUND
==> ERROR: One or more PGP signatures could not be verified!
Failed to build gallery-dl

mikf commented on 2021-11-27 22:53 (UTC)

python-nose is no longer required to run tests through "make test". That is now all done with the Python standard library.

selurvedu commented on 2021-08-14 09:58 (UTC) (edited on 2021-08-14 09:58 (UTC) by selurvedu)

In case someone can't receive the key because the major key servers are down, this one worked for me:

gpg --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 5680CA389D365A88

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