Use --
to separate args and URLs #10
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ryze/ff2mpv-rust#10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello and thanks for this tool!
I've noticed that the original
ff2mpv
code was using--
to separate args and urls, like this:Which I think is good from a security perspective. Would you be open to adding it?
I've also seen that it always adds
--no-terminal
to the options (see https://github.com/woodruffw/ff2mpv/issues/1)Hey thanks for the suggestion! This is certainly a good idea, will implement shortly.