Package Details: gallery-dl 1.27.6-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://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: 65
Popularity: 1.47
First Submitted: 2018-03-29 17:35 (UTC)
Last Updated: 2024-10-11 16:58 (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 »

TeaHour commented on 2023-03-16 09:00 (UTC)

@katt Not veras, but the current version fails with the following python exception for me (cut out the middle part, can provide if necessary):

running egg_info
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
    main()
File "/usr/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py", line 335, in main
    json_out['return_val'] = hook(**hook_input['kwargs'])
[...]
    cmd_obj.ensure_finalized()
File "/usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 111, in ensure_finalized
    self.finalize_options()
File "/usr/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 253, in finalize_options
    if pd is not None and pd.key == self.egg_name.lower():
AttributeError: 'PathDistribution' object has no attribute 'key'

katt commented on 2023-03-12 09:51 (UTC)

@veras What exact error do you get without it? I cannot reproduce this, both builds and runs perfectly without it.

veras commented on 2023-03-12 03:09 (UTC)

had to install python-pyparsing before it would build.

katt commented on 2023-01-09 21:58 (UTC)

@yochaigal Thanks for reporting, I've added a patch to fix this.

yochaigal commented on 2023-01-09 20:46 (UTC) (edited on 2023-01-09 20:48 (UTC) by yochaigal)

I am unable to build. ERROR: test_metadata_from_title (test_ytdl.Test_CommandlineArguments_YtDlp)

Traceback (most recent call last):
File "/tmp/yaytmp-1000/gallery-dl/src/gallery-dl/test/test_ytdl.py", line 264, in test_metadata_from_title
opts = self._(["--metadata-from-title", "%(artist)s - %(title)s"])
File "/tmp/yaytmp-1000/gallery-dl/src/gallery-dl/test/test_ytdl.py", line 229, in _ result = ytdl.parse_command_line(self.module, cmdline)
File "/tmp/yaytmp-1000/gallery-dl/src/gallery-dl/gallery_dl/ytdl.py", line 205, in parse_command_line
opts.parse_metadata.append("title:%s" % opts.metafromtitle)
AttributeError: 'dict' object has no attribute 'append'

katt commented on 2022-08-30 09:26 (UTC)

@doku See pinned comment.

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