* gpodder youtube-dl dependency warning
@ 2024-08-13 21:24 Mauritz Stenek
2024-08-14 2:31 ` kiasoc5
0 siblings, 1 reply; 3+ messages in thread
From: Mauritz Stenek @ 2024-08-13 21:24 UTC (permalink / raw)
To: help-guix
Hello,
With gPodder, I get an "old youtube-dl" version warning, is this
expected?
Why not use the yt-dlp package as depency instead? this package
was recently updated.
--
Mauritz Stenek <mstenek@disroot.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: gpodder youtube-dl dependency warning
2024-08-13 21:24 gpodder youtube-dl dependency warning Mauritz Stenek
@ 2024-08-14 2:31 ` kiasoc5
2024-08-14 3:42 ` Mauritz Stenek
0 siblings, 1 reply; 3+ messages in thread
From: kiasoc5 @ 2024-08-14 2:31 UTC (permalink / raw)
To: Mauritz Stenek, help-guix
On 8/13/24 17:24, Mauritz Stenek wrote:
> Hello,
>
> With gPodder, I get an "old youtube-dl" version warning, is this expected?
>
> Why not use the yt-dlp package as depency instead? this package was
> recently updated.
>
youtube-dl is still actively maintained, but the last stable release was
in 2021 and they only have nightly releases now:
https://github.com/ytdl-org/ytdl-nightly/releases/
Seems like they have not had a stable release in a while:
https://github.com/ytdl-org/youtube-dl/issues/31585
For now, you can replace the youtube-dl dependency in gpodder with
yt-dlp using --with-input:
guix install gpodder --with-input=youtube-dl=yt-dlp
However, as a distro we should decide if we:
1. follow suit with other distros and mark the yt-dlp package as a
replacement for youtube-dl, or
2. update the youtube-dl package to track the nightly releases, which
updates about once a week.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: gpodder youtube-dl dependency warning
2024-08-14 2:31 ` kiasoc5
@ 2024-08-14 3:42 ` Mauritz Stenek
0 siblings, 0 replies; 3+ messages in thread
From: Mauritz Stenek @ 2024-08-14 3:42 UTC (permalink / raw)
To: kiasoc5, help-guix
On August 14, 2024 2:31:54 AM UTC, kiasoc5 <kiasoc5@disroot.org> wrote:
>For now, you can replace the youtube-dl dependency in gpodder with yt-dlp using --with-input:
>
>guix install gpodder --with-input=youtube-dl=yt-dlp
Perfect, I'll try it out.
>However, as a distro we should decide if we:
>1. follow suit with other distros and mark the yt-dlp package as a replacement for youtube-dl, or
>2. update the youtube-dl package to track the nightly releases, which updates about once a week.
Hmm, tough one!
Thanks for the prompt reply!
--
ms
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-14 3:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-13 21:24 gpodder youtube-dl dependency warning Mauritz Stenek
2024-08-14 2:31 ` kiasoc5
2024-08-14 3:42 ` Mauritz Stenek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).