Reinstate mpv resolution restrictions
This commit is contained in:
parent
65016878aa
commit
577c690b9d
@ -2,7 +2,7 @@
|
|||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
|
|
||||||
# Limit mpv and youtube-dl to 1080p so it doesn't use too much bandwidth
|
# Limit mpv and youtube-dl to 1080p so it doesn't use too much bandwidth
|
||||||
#alias mpv='mpv --ytdl-format="bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]"'
|
alias mpv='mpv --ytdl-format="bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]"'
|
||||||
|
|
||||||
# Run mpv from clipboard, replacing Invidious instances with YouTube's domain
|
# Run mpv from clipboard, replacing Invidious instances with YouTube's domain
|
||||||
alias mpvy='mpv (xsel -b | sed "s/vid\.mint\.lgbt/youtube\.com/g" | sed "s/yewtu\.be/youtube\.com/g")'
|
alias mpvy='mpv (xsel -b | sed "s/vid\.mint\.lgbt/youtube\.com/g" | sed "s/yewtu\.be/youtube\.com/g")'
|
||||||
|
Loading…
Reference in New Issue
Block a user