gpodder: dont use yt-dlp for channel management
This commit is contained in:
@@ -17,7 +17,11 @@
|
|||||||
];
|
];
|
||||||
extensions.youtube-dl = {
|
extensions.youtube-dl = {
|
||||||
embed_subtitles = false;
|
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;
|
manage_downloads = true;
|
||||||
};
|
};
|
||||||
limit.bandwidth.enabled = false;
|
limit.bandwidth.enabled = false;
|
||||||
|
Reference in New Issue
Block a user