Package Details: media-downloader 5.4.0-1

Git Clone URL: https://aur.archlinux.org/media-downloader.git (read-only, click to copy)
Package Base: media-downloader
Description: A Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books.
Upstream URL: https://github.com/mhogomchungu/media-downloader
Licenses: GPL-2.0-only OR GPL-3.0-or-later
Groups: modified
Submitter: Kicer
Maintainer: Kicer
Last Packager: Kicer
Votes: 18
Popularity: 0.76
First Submitted: 2021-01-31 08:49 (UTC)
Last Updated: 2025-05-29 14:28 (UTC)

Dependencies (9)

Required by (0)

Sources (2)

Latest Comments

PavelDobCZ23 commented on 2025-05-27 20:45 (UTC) (edited on 2025-05-27 20:48 (UTC) by PavelDobCZ23)

I would recommend adding python-mutagen from Arch Extra repo as an at least optional dependency, because the downloader may fail in certain cases when it's missing. However, considering it fails for basic Youtube Music download, I would probably add it as required dep, cause the official build on Flathub also ships it alongside the app automatically.

Kicer commented on 2024-02-21 08:54 (UTC)

@jester you need to import pgp key.

See https://wiki.archlinux.org/title/Makepkg#Signature_checking for details

jester commented on 2024-01-17 16:10 (UTC) (edited on 2024-01-17 16:14 (UTC) by jester)

==> Validando los archivos source con sha256sums...

media-downloader-4.2.0.tar.xz ... Aprobado

media-downloader-4.2.0.tar.xz.asc ... Omitido

==> Verificando las firmas de las fuentes con gpg...

media-downloader-4.2.0.tar.xz ... HA FALLADO (clave pública desconocida

16E2E1ACC6F51242)

==> ERROR: ¡No se ha podido verificar alguna de las firmas PGP!

:: Unable to build media-downloader - makepkg exited with code: 1

yochananmarqos commented on 2024-01-11 21:04 (UTC)

Please use the release tarball and signature. FYI, MD5 is not secure. Please at least use SHA256.

source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
sha256sums=('3380f00f67818ed42402325ca021f4998b926838fa6306eedbe24c927f3a94d2'
            'SKIP')
validpgpkeys=('6855E493B5B2DF96E319BB6D16E2E1ACC6F51242') # Francis Banyikwa (A key for signing packages) <banyikwafb@gmail.com>

willemw commented on 2022-04-18 18:52 (UTC)

Please follow the CMake package guidelines (-DCMAKE_BUILD_TYPE=None -Wno-dev).

'qt5-base' in makedepends is not necessary.