1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-11-26 14:16:13 +00:00

Qute: mpv get subs and add h264 version

This commit is contained in:
Phantop 2020-08-29 16:54:25 -04:00
parent 2d76283337
commit d00b6fdefc

View file

@ -4,7 +4,8 @@ config.bind('<Ctrl-w>', 'tab-close')
config.bind('sd', 'spawn -u downloads')
config.bind('<Ctrl-r>', 'spawn -u readability')
config.bind('<Ctrl-m>', 'spawn -m -d -v mpv {url}')
config.bind('<Ctrl-m>', 'spawn -m -d -v mpv --ytdl-raw-options=write-sub=,write-auto-sub=,embed-subs=,sub-lang=en {url}')
config.bind('<Ctrl-Shift-M>', 'spawn -m -d -v mpv --ytdl-format=bestvideo[vcodec^=avc1]+bestaudio --ytdl-raw-options=write-sub=,write-auto-sub=,embed-subs=,sub-lang=en {url}')
config.bind('sq', 'open qr {url}')
config.bind('sa', 'open https://archive.is/?run=1&url={url}')