Skip to content

Commit

Permalink
gpodder: package with support for the youtube-dl extension
Browse files Browse the repository at this point in the history
gpodder ships support for subscribing to youtube feeds,
leveraging `youtube-dl` (or yt-dlp) for downloading items.
enable this from hamburger menu > extensions > youtube-dl.

see: <https://gpodder.github.io/docs/extensions/youtubedl.html>
  • Loading branch information
uninsane committed Dec 22, 2024
1 parent 0c23a22 commit f675ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/gp/gpodder/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ python311Packages.buildPythonApplication rec {
podcastparser
html5lib
mutagen
yt-dlp # for use by gpodder's builtin "youtube-dl" extension
];

makeFlags = [
Expand Down

0 comments on commit f675ff7

Please sign in to comment.