diff options
Diffstat (limited to 'scripts/ytdlp_flatten.md')
-rw-r--r-- | scripts/ytdlp_flatten.md | 11 |
1 files changed, 6 insertions, 5 deletions
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 ``` |