From 162383be3f8f06d6ecd849ae8f87f1ebaa6ed801 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 27 Oct 2015 09:32:22 +0100 Subject: [PATCH] commit youtube-viewer update --- config/youtube-viewer/youtube-viewer.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/youtube-viewer/youtube-viewer.conf b/config/youtube-viewer/youtube-viewer.conf index 2c6b8ae..7ec9886 100644 --- a/config/youtube-viewer/youtube-viewer.conf +++ b/config/youtube-viewer/youtube-viewer.conf @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Youtube Viewer 3.1.7 - configuration file +# Youtube Viewer 3.1.9 - configuration file our $CONFIG = { autohide_watched => 0, @@ -25,7 +25,9 @@ our $CONFIG = { fullscreen => 0, get_captions => 1, get_term_width => 1, - history_size_limit => 1000, + history => 0, + history_file => "/home/felix/.local/share/youtube-viewer/history.txt", + history_limit => 10000, hl => "en_US", http_proxy => undef, interactive => 1, @@ -43,7 +45,6 @@ our $CONFIG = { results_with_colors => 0, results_with_details => 0, safeSearch => undef, - save_input_history => 0, skip_if_exists => 0, srt_languages => ["en", "jp"], thousand_separator => ",",