From f1d857b5ab44b35cf049981a2597b9a9610eae94 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 15 Jun 2025 12:32:44 +0200 Subject: add nicovideo support --- scripts/ytdlp_flatten.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'scripts/ytdlp_flatten.md') diff --git a/scripts/ytdlp_flatten.md b/scripts/ytdlp_flatten.md index dd7be2b..78e837a 100644 --- a/scripts/ytdlp_flatten.md +++ b/scripts/ytdlp_flatten.md @@ -2,8 +2,9 @@ Transforms a playlist-like object into the media items that make it up. -Currently supported task kinds are `youtube-channel` and `bilibili-channel`. -Where task ids are the ids assigned by the respective platform. +Currently supported task kinds are `youtube-channel`, `niconico-channel` and +`bilibili-channel`. Where task ids are the ids assigned by the respective +platform. ## Configuration @@ -17,7 +18,7 @@ Sample configuration: ```yaml ytdlp_flatten: - filters: - notlive: live_status=not_live - short: duration<300 + filters: + notlive: live_status=not_live + short: duration<300 ``` -- cgit v1.2.3-70-g09d2