Implement parameter support for /ytdlp command

Co-authored-by: krau <71133316+krau@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-19 04:26:37 +00:00
parent bd70160555
commit 9ee9972dec
9 changed files with 66 additions and 28 deletions

View File

@@ -48,7 +48,8 @@ type Add struct {
// aria2
Aria2URIs []string
// ytdlp
YtdlpURLs []string
YtdlpURLs []string
YtdlpFlags []string
}
type SetDefaultStorage struct {