[QB] Use yt-dlp for mpv
This commit is contained in:
parent
045668820b
commit
bab665082c
1 changed files with 6 additions and 6 deletions
|
@ -18,12 +18,12 @@ config.bind('w', 'set-cmd-text -s :open -t', mode='normal')
|
|||
config.bind('W', 'set-cmd-text -s :open -t {url:pretty}', mode='normal')
|
||||
config.bind('Fy', 'hint links yank-primary', mode='normal')
|
||||
config.bind('yy', 'yank -s', mode='normal')
|
||||
config.bind('Ev', 'spawn --detach mpv --ytdl-format=worstvideo[height>=480]+bestaudio/480p/worst {url}', mode='normal')
|
||||
config.bind('EV', 'spawn --detach mpv --ytdl-format=bestvideo[height<=1080]+bestaudio/1080p/best {url}', mode='normal')
|
||||
config.bind('Ea', 'spawn --detach mpv --no-video --force-window=yes {url}', mode='normal')
|
||||
config.bind('Fv', 'hint links spawn --detach mpv --ytdl-format=worstvideo[height>=480]+bestaudio/480p/worst {hint-url}', mode='normal')
|
||||
config.bind('FV', 'hint links spawn --detach mpv --ytdl-format=bestvideo[height<=1080]+bestaudio/1080p/best {hint-url}', mode='normal')
|
||||
config.bind('Fa', 'hint links spawn --detach mpv --no-video --force-window=yes {hint-url}', mode='normal')
|
||||
config.bind('Ev', 'spawn --detach mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:480 {url}', mode='normal')
|
||||
config.bind('EV', 'spawn --detach mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:1080 {url}', mode='normal')
|
||||
config.bind('Ea', 'spawn --detach mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --no-video --force-window=yes {url}', mode='normal')
|
||||
config.bind('Fv', 'hint links spawn --detach mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:480 {hint-url}', mode='normal')
|
||||
config.bind('FV', 'hint links spawn --detach mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --ytdl-raw-options=format-sort=height:1080 {hint-url}', mode='normal')
|
||||
config.bind('Fa', 'hint links spawn --detach mpv --script-opts=ytdl_hook-ytdl_path=yt-dlp --no-video --force-window=yes {hint-url}', mode='normal')
|
||||
config.unbind('F')
|
||||
config.bind('<Backspace>', 'back', mode='normal')
|
||||
config.bind('<Shift-Backspace>', 'forward', mode='normal')
|
||||
|
|
Loading…
Reference in a new issue