Play option for invyt
This commit is contained in:
parent
518e1df27c
commit
82225b075c
|
@ -58,3 +58,7 @@ def "main dl" [url: string, --max-res(-m): string] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
def "main play" [url: string] {
|
||||||
|
mpv (main $url)
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue