mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
add low latency ytdl command
This commit is contained in:
parent
5b57837ac3
commit
4e01bc1bcc
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,10 @@ ytg() {
|
|||
mpv_stream "$vid" --ytdl-format=95,best "$@"
|
||||
}
|
||||
|
||||
ytll() {
|
||||
youtube-dl -q -f best "$1" -o - | mpv_stream - --no-ytdl
|
||||
}
|
||||
|
||||
ai() {
|
||||
# hai domo
|
||||
yt "$@" --slang=en --sub-font='Tekton Pro' --sub-bold=yes \
|
||||
|
|
Loading…
Add table
Reference in a new issue