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 => ",",