@doku See pinned comment.
Search Criteria
Package Details: gallery-dl 1.29.0-1
Package Actions
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: | 75 |
Popularity: | 3.92 |
First Submitted: | 2018-03-29 17:35 (UTC) |
Last Updated: | 2025-03-01 19:56 (UTC) |
Dependencies (18)
- python (python37AUR, python311AUR, python310AUR)
- python-requests
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- yt-dlp (yt-dlp-gitAUR) (check)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR) (optional) – Pixiv Ugoira conversion
- python-brotli (python-brotli-gitAUR) (optional) – Brotli compression support
- python-brotlicffi (optional) – Brotli compression support
- python-psycopg (optional) – PostgreSQL support
- python-pysocks (optional) – SOCKS proxy support
- python-secretstorage (optional) – GNOME keyring passwords for --cookies-from-browser
- python-toml (python-toml-gitAUR) (optional) – TOML configuration file support for Python<3.11
- python-yaml (python-yaml-gitAUR) (optional) – YAML configuration file support
- youtube-dlAUR (youtube-dl-gitAUR, yt-dlp-drop-inAUR, youtube-dl-nightlyAUR) (optional) – Video downloads
- yt-dlp (yt-dlp-gitAUR) (optional) – Video downloads
Required by (3)
- hydownloader
- hydownloader-git
- mediadownloader-git (optional)
Sources (1)
katt commented on 2022-08-30 09:26 (UTC)
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...
Pinned Comments
lll2yu commented on 2018-04-21 02:57 (UTC)
Before running makepkg add Mike Fährmann's key