Package Details: gallery-dl-git 1.26.9.r6.gef0c904-1

Git Clone URL: https://aur.archlinux.org/gallery-dl-git.git (read-only, click to copy)
Package Base: gallery-dl-git
Description: Command-line program to download image-galleries and collections from several image hosting sites (git)
Upstream URL: https://github.com/mikf/gallery-dl
Licenses: GPL-2.0-or-later
Conflicts: gallery-dl
Provides: gallery-dl
Submitter: katt
Maintainer: katt
Last Packager: katt
Votes: 10
Popularity: 0.21
First Submitted: 2019-08-18 15:17 (UTC)
Last Updated: 2024-03-30 21:53 (UTC)

Dependencies (17)

Required by (1)

Sources (1)

Latest Comments

Batou commented on 2024-03-30 21:10 (UTC) (edited on 2024-03-31 20:54 (UTC) by Batou)

I'm getting errors. It's failing in the testing phase. Something about yt-dlp. Does anyone know how to fix this? Thanks!

EDIT: Temporary solution is to remove the check() function from the PKGBUILD.

======================================================================
ERROR: test_noop (test_ytdl.Test_CommandlineArguments.test_noop)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/gallery-dl-git/gallery-dl-git/src/gallery-dl/test/test_ytdl.py", line 222, in test_noop
    result = self._(cmdline)
...
======================================================================
FAIL: test_embed (test_ytdl.Test_CommandlineArguments.test_embed)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/gallery-dl-git/gallery-dl-git/src/gallery-dl/test/test_ytdl.py", line 182, in test_embed

katt commented on 2019-11-08 22:05 (UTC)

@mikf Thanks for notifying me, should be all good now!

mikf commented on 2019-11-08 21:52 (UTC)

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.