aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-01-10 04:56:00 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-01-10 04:56:00 +0300
commit6fde13917c88f14bf790e4d92c8a850f28b8135b (patch)
tree04140790b8c8bbffc2f52576f404c5ed962cb67d
parent1519d69d7fb785d35d50afb64cf9f0e91da03c79 (diff)
downloadswayrice-6fde13917c88f14bf790e4d92c8a850f28b8135b.tar.gz
swayrice-6fde13917c88f14bf790e4d92c8a850f28b8135b.zip
youtube-viewer: max res now 1440p
-rw-r--r--dotfiles/.config/youtube-viewer/youtube-viewer.conf5
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 6f2163a..53bce39 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.8.0 - configuration file
+# YouTube Viewer 3.8.1 - configuration file
our $CONFIG = {
auto_captions => 0,
@@ -51,11 +51,12 @@ our $CONFIG = {
publishedBefore => undef,
regionCode => undef,
remove_played_file => 0,
- resolution => 1080,
+ resolution => 1440,
results_fixed_width => 0,
results_with_colors => 1,
results_with_details => 0,
safeSearch => undef,
+ saved_videos_file => "$ENV{HOME}/.config/youtube-viewer/playlists/saved_videos.txt",
show_video_info => 1,
skip_if_exists => 1,
skip_watched => 0,