newsboat: add macro to open link in mpv this is for youtube feeds. it needs youtube-dl or like to allow mpv to play youtube videos from a url.
la-ninpre leobrekalini@gmail.com
Wed, 01 Dec 2021 01:40:28 +0300
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
newsboat/.config/newsboat/config
→
newsboat/.config/newsboat/config
@@ -13,3 +13,6 @@ highlight article "https?://[^ ]+" blue default underline
color info default color0 color listfocus color11 color4 + +# macros +macro y set browser "mpv %u &"; open-in-browser-noninteractively; set browser brave