commit youtube-viewer update

This commit is contained in:
Felix Van der Jeugt 2015-10-27 09:32:22 +01:00
parent b803217106
commit 162383be3f
1 changed files with 4 additions and 3 deletions

View File

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