aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config')
-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,