diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-10 09:44:58 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-10 09:44:58 +0300 |
commit | e6aa326505607988d507fc3bd33c7eab8f899a1d (patch) | |
tree | d222696efb371f5743796230aefca05352694779 /dotfiles/.config/youtube-viewer | |
parent | 5e816beda9df8dc55a22d5d159e72c5c379d8c14 (diff) | |
download | swayrice-e6aa326505607988d507fc3bd33c7eab8f899a1d.tar.gz swayrice-e6aa326505607988d507fc3bd33c7eab8f899a1d.zip |
Minor changes
* Neomutt changes to abook query, mailcap default html viewer.
* Youtube-viewer config update.
* qutebrowser edit with external editor command.
Diffstat (limited to 'dotfiles/.config/youtube-viewer')
-rw-r--r-- | dotfiles/.config/youtube-viewer/youtube-viewer.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dotfiles/.config/youtube-viewer/youtube-viewer.conf b/dotfiles/.config/youtube-viewer/youtube-viewer.conf index 82e2617..9037017 100644 --- a/dotfiles/.config/youtube-viewer/youtube-viewer.conf +++ b/dotfiles/.config/youtube-viewer/youtube-viewer.conf @@ -1,6 +1,6 @@ #!/usr/bin/perl -# YouTube Viewer 3.9.0 - configuration file +# YouTube Viewer 3.9.3 - configuration file our $CONFIG = { auto_captions => 0, @@ -38,7 +38,6 @@ our $CONFIG = { { align => "right", color => "green", text => "*ITEMS* videos", width => 14 }, { align => "left", color => "magenta", text => "*AUTHOR*", width => "20%" }, ], - dash_mp4_audio => 1, dash_segmented => 1, dash_support => 1, debug => 0, @@ -60,6 +59,7 @@ our $CONFIG = { hl => "en_US", http_proxy => undef, ignore_av1 => 0, + ignored_projections => [], interactive => 1, keep_original_video => 0, maxResults => 15, @@ -69,6 +69,7 @@ our $CONFIG = { order => undef, page => 1, prefer_av1 => 0, + prefer_m4a => 0, prefer_mp4 => 0, publishedAfter => undef, publishedBefore => undef, |