From 6fde13917c88f14bf790e4d92c8a850f28b8135b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 10 Jan 2021 04:56:00 +0300 Subject: youtube-viewer: max res now 1440p --- dotfiles/.config/youtube-viewer/youtube-viewer.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dotfiles/.config/youtube-viewer') 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, -- cgit v1.2.3