gpodder: dont use yt-dlp for channel management

This commit is contained in:
2025-07-30 19:42:21 +00:00
parent c5a574fe6a
commit 3805f3f72d

View File

@@ -17,7 +17,11 @@
];
extensions.youtube-dl = {
embed_subtitles = false;
manage_channel = true;
# manage_channel = true: uses `yt-dlp` to fetch the list of episodes for a channel.
# manage_downloads = true: uses `yt-dlp` to download each individual episode.
# XXX(2025-07-30): `manage_channel = false` otherwise yt-dlp hangs the refresh operation (it gets stuck on age verification?)
# `manage_downloads = true` because only yt-dlp can handle DRM'd video; native gpodder cannot.
manage_channel = false;
manage_downloads = true;
};
limit.bandwidth.enabled = false;