Package Details: gallery-dl 1.32.7-1

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://codeberg.org/mikf/gallery-dl
Keywords: downloader gallery image python terminal
Licenses: GPL-2.0-or-later
Submitter: lll2yu
Maintainer: katt
Last Packager: katt
Votes: 108
Popularity: 5.35
First Submitted: 2018-03-29 17:35 (UTC)
Last Updated: 2026-07-18 10:07 (UTC)

Dependencies (22)

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

1 2 3 4 5 6 .. 8 Next › Last »

katt commented on 2026-07-17 17:33 (UTC)

@solonovamax Cannot reproduce with pkgctl build or plain makepkg.

solonovamax commented on 2026-07-17 17:31 (UTC) (edited on 2026-07-17 17:33 (UTC) by solonovamax)

When trying to build the package, I am getting:

==> Making package: gallery-dl 1.32.6-1 (Fri 17 Jul 2026 01:28:18 PM EDT)
==> Retrieving sources...
  -> Updating gallery-dl git repo...
From https://codeberg.org/mikf/gallery-dl
 * branch              HEAD       -> FETCH_HEAD
==> Validating source files with sha512sums...
    gallery-dl ... fatal: not a valid object name: v1.32.6
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'gallery-dl-1.32.6-1':
error: packages failed to build: gallery-dl-1.32.6-1

if I delete the directory and then try to rebuild, the error does not occur.

latte_macchiato commented on 2026-04-08 10:50 (UTC)

@Kovariszt They changed git hosts to Codeberg; make sure your PKGBUILD is up to date. The removed extractor issue there points to you still having the GitHub copy.

Kovariszt commented on 2026-04-01 04:07 (UTC)

I'm having trouble updating. Firstly it fails validating some files. If I tell makepkg to ignore that I get the following error:

/usr/bin/env python3 scripts/supportedsites.py
Traceback (most recent call last):
  File "/home/kovariszt/.cache/yay/gallery-dl/src/gallery-dl/scripts/supportedsites.py", line 821, in <module>
    main(sys.argv[1] if len(sys.argv) > 1 else None)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/kovariszt/.cache/yay/gallery-dl/src/gallery-dl/scripts/supportedsites.py", line 812, in main
    categories, domains = build_extractor_list()
                          ~~~~~~~~~~~~~~~~~~~~^^
  File "/home/kovariszt/.cache/yay/gallery-dl/src/gallery-dl/scripts/supportedsites.py", line 682, in build_extractor_list
    for extr in extractor._list_classes():
                ~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/kovariszt/.cache/yay/gallery-dl/src/gallery-dl/gallery_dl/extractor/__init__.py", line 316, in _list_classes
    for module in _module_iter:
                  ^^^^^^^^^^^^
  File "/home/kovariszt/.cache/yay/gallery-dl/src/gallery-dl/gallery_dl/extractor/__init__.py", line 325, in _modules_internal
    yield __import__(module_name, globals_, None, None, 1)
          ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'gallery_dl.extractor.exhentai'
make: *** [Makefile:38: docs/supportedsites.md] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: gallery-dl-exit status 4

mikf commented on 2026-02-24 16:16 (UTC)

@katt I've made some stupid mistakes when initially releasing v1.31.7 and had to move the tag to a different commit afterwards, which has probably invalidated the PKGBUILD sha512 hash.

katt commented on 2026-02-24 16:15 (UTC)

@m040601 seems like upstream re-released their tag, I've updated the checksums.

m040601 commented on 2026-02-24 16:06 (UTC)

44 min. upgpkg: gallery-dl 1.31.7-1

==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    gallery-dl ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /dev/shm/aurydesty/gallery-dl
     context: exit status 1

vct commented on 2026-02-19 15:19 (UTC)

if still getting ModuleNotFound error after building cleanly, remove gallery-dl venvs folder and build again: @ rm -rf ~/.local/share/pipx/venvs/gallery-dl/

steamvoker commented on 2026-01-11 18:46 (UTC)

For anyone getting ModuleNotFound error after python 3.14 update, try cleanbuilding the package.

ypoluektovich commented on 2026-01-11 14:54 (UTC)

Right. Apparently I had to upgrade the rest of the system first, including python itself. Sorry for the incorrect report.