aboutsummaryrefslogtreecommitdiff
path: root/scripts/ytdlp_download.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-06-15 12:32:44 +0200
committermetamuffin <metamuffin@disroot.org>2025-06-15 12:32:44 +0200
commitf1d857b5ab44b35cf049981a2597b9a9610eae94 (patch)
tree20c9ea71158d4cf3d15c4a37f1a8d7e303f07492 /scripts/ytdlp_download.md
parent88a45d8003deb6804f90313e994fac1bf8eefce6 (diff)
downloadisda-f1d857b5ab44b35cf049981a2597b9a9610eae94.tar
isda-f1d857b5ab44b35cf049981a2597b9a9610eae94.tar.bz2
isda-f1d857b5ab44b35cf049981a2597b9a9610eae94.tar.zst
add nicovideo support
Diffstat (limited to 'scripts/ytdlp_download.md')
-rw-r--r--scripts/ytdlp_download.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ytdlp_download.md b/scripts/ytdlp_download.md
index c9f695a..26821e1 100644
--- a/scripts/ytdlp_download.md
+++ b/scripts/ytdlp_download.md
@@ -2,7 +2,7 @@
Downloads media with yt-dlp.
-Currently supported task kinds are `youtube` and `bilibili`.
+Currently supported task kinds are `youtube`, `niconico` and `bilibili`.
The output directory is the tasks `output` data attribute which must be present.
Additional yt-dlp arguments are added based on the task's `profile` attribute.