diff options
author | metamuffin <metamuffin@disroot.org> | 2025-05-23 14:35:35 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-05-23 14:35:35 +0200 |
commit | 6e1950535e1eab20b3029c89f989470da503d5ae (patch) | |
tree | 73babf481d1003779986f0640c3abd51e3c32004 /scripts/ytdlp_channel_info.md | |
parent | 4b139e88a1879c8e4add31480bb254cd4e08181f (diff) | |
download | isda-6e1950535e1eab20b3029c89f989470da503d5ae.tar isda-6e1950535e1eab20b3029c89f989470da503d5ae.tar.bz2 isda-6e1950535e1eab20b3029c89f989470da503d5ae.tar.zst |
document the remaining workers
Diffstat (limited to 'scripts/ytdlp_channel_info.md')
-rw-r--r-- | scripts/ytdlp_channel_info.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/ytdlp_channel_info.md b/scripts/ytdlp_channel_info.md index e69de29..b824317 100644 --- a/scripts/ytdlp_channel_info.md +++ b/scripts/ytdlp_channel_info.md @@ -0,0 +1,16 @@ +# yt-dlp Channel Info Generator + +Saves channel metadata for yt-dlp channels or playlists. + +Currently supported task kinds are: `youtube-channel-info` and +`bilibili-channel-info`. + +It will place files in the `output` directory of the task: + +- `channel.info.json`: A yt-dlp info.json for the channel +- `backdrop.jpeg`: The channel's banner picture +- `poster.jpeg`: The channel icon + +## Configuration + +None |