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: 3
Popularity: 0.031634
First Submitted: 2022-01-29 14:28 (UTC)
Last Updated: 2026-04-05 15:38 (UTC)

Pinned Comments

JasonLandbridge commented on 2026-04-26 11:37 (UTC)

This package tracks a fork of the original project: https://github.com/jely2002/youtube-dl-gui.

The original project appears to be active again, so instead of switching this AUR package back to the upstream repository, users are advised to install the original AUR package instead:

https://aur.archlinux.org/packages/open-video-downloader

I may deprecate this package in the future if this fork remains archived.

Latest Comments

1 2 Next › Last »

JasonLandbridge commented on 2026-04-26 12:31 (UTC)

@eqlipse Your issue should have been fixed, but you might want to try the more maintained: https://aur.archlinux.org/packages/open-video-downloader

JasonLandbridge commented on 2026-04-26 11:37 (UTC)

This package tracks a fork of the original project: https://github.com/jely2002/youtube-dl-gui.

The original project appears to be active again, so instead of switching this AUR package back to the upstream repository, users are advised to install the original AUR package instead:

https://aur.archlinux.org/packages/open-video-downloader

I may deprecate this package in the future if this fork remains archived.

eqlipse commented on 2026-04-15 13:17 (UTC) (edited on 2026-04-15 13:37 (UTC) by eqlipse)

Running into what appears to be an invalid URL link for the package:

Registering Architecture: x86_64_v3

Registering Architecture: x86_64_v2

Installing AUR packages: youtube-dl-gui

youtube-dl-gui: Downloading

youtube-dl-gui: Building - Building package with makepkg

dependency count 0

makepkg: ==> Making package: youtube-dl-gui 2.5.7-1 (Wed 15 Apr 2026 09:15:21 AM EDT)

makepkg: ==> Checking runtime dependencies...

makepkg: ==> Checking buildtime dependencies...

makepkg: ==> Retrieving sources...

makepkg: -> Downloading v2.5.7.tar.gz...

makepkg error: % Total % Received % Xferd Average Speed Time Time Time Current

makepkg error: Dload Upload Total Spent Left Speed

makepkg error: 0 0 0 0 0 0 0 0 0

makepkg error: 0 0 0 0 0 0 0 0 0

makepkg error: 0 0 0 0 0 0 0 0 0

makepkg error: 0 0 0 0 0 0 0 0 0

makepkg error: curl: (22) The requested URL returned error: 404

makepkg error: ==> ERROR: Failure while downloading https://github.com/StefanLobbenmeier/youtube-dl-gui/archive/refs/tags/v2.5.7.tar.gz

makepkg error: Aborting...

youtube-dl-gui: Failed - Failed to build package with makepkg

Installation complete.

Going to the source page, there doesn't appear to be a 2.5.7 version; I'm only seeing a 2.5.6 version. Trying the link directly, https://github.com/StefanLobbenmeier/youtube-dl-gui/archive/refs/tags/v2.5.6.tar.gz will work fine while https://github.com/StefanLobbenmeier/youtube-dl-gui/archive/refs/tags/v2.5.7.tar.gz returns a 404 error

JasonLandbridge commented on 2026-04-05 15:42 (UTC)

@Idm, yes it should be fixed now!

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"