Package Details: youtube-dl-gui 2.5.6-1

Git Clone URL: https://aur.archlinux.org/youtube-dl-gui.git (read-only, click to copy)
Package Base: youtube-dl-gui
Description: A cross-platform GUI for youtube-dl made in Electron and node.js
Upstream URL: https://github.com/StefanLobbenmeier/youtube-dl-gui
Keywords: youtube
Licenses: AGPL3
Submitter: guemidiborhane
Maintainer: JasonLandbridge
Last Packager: JasonLandbridge
Votes: 2
Popularity: 0.74
First Submitted: 2022-01-29 14:28 (UTC)
Last Updated: 2025-10-04 10:21 (UTC)

Latest Comments

1 2 Next › Last »

ldm commented on 2025-10-07 11:26 (UTC)

tnx @JasonLandbridge

everything works, but on my system the program has a generic icon

is it possible to use one of these icons? https://github.com/StefanLobbenmeier/youtube-dl-gui/tree/master/build/appx

JasonLandbridge commented on 2025-10-04 10:15 (UTC)

I've taken over as maintainer, let me know if I can improve anything. I've already updated to the latest 2.5.6 version.

@jose1711 @begin-theadventu thank you for the fix, I have updated the PKGBUILD with it.

jose1711 commented on 2024-06-29 09:48 (UTC)

To fix replace cp with install -Dm644.

jose1711 commented on 2024-05-03 14:36 (UTC)

youtube-dl-gui.desktop is missing read permission (mode is 600)

begin-theadventu commented on 2023-09-24 22:33 (UTC) (edited on 2023-10-09 18:20 (UTC) by begin-theadventu)

pkgver=2.5.4

license=('AGPL3')

makedepends=('git' 'nodejs' 'npm')

~~options=('!strip')~~

source=("git+$url.git#tag=v$pkgver")

md5sums=('SKIP')

~~iconpath='renderer/img/icon.png'~~

~~installpath=('/opt/youtube-dl-gui')~~

cd $pkgname

cd $pkgname

~~mkdir -p ${pkgdir}/usr/share/pixmaps~~

tar -xf $pkgname/dist/${pkgname}-${pkgver}.tar.xz -C $pkgdir/opt

install -Dm644 ../${pkgname}.desktop "${pkgdir}/usr/share/applications"

install -Dm644 $pkgname/renderer/img/icon.png "$pkgdir/usr/share/icons/hicolor/1024x1024/apps/$pkgname.png"

begin-theadventu commented on 2023-04-27 18:34 (UTC) (edited on 2023-04-27 18:34 (UTC) by begin-theadventu)

2.4.9 is unusable.

pkgver=2.4.10
md5sums=('157436df05202e36c5966bca7ba4f703')

begin-theadventu commented on 2023-03-24 23:14 (UTC) (edited on 2023-03-26 00:45 (UTC) by begin-theadventu)

@guemidiborhane jely2002's repo isn't maintained and no longer works, but there's a working fork: https://github.com/StefanLobbenmeier/youtube-dl-gui

Could you please change to it?

Also, shouldn't nodejs and npm be moved to makedepends?

guemidiborhane commented on 2022-03-14 03:02 (UTC)

@ian_eo thanks for the report, it's fixed now