commit youtube-viewer update
This commit is contained in:
parent
b803217106
commit
162383be3f
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
# Youtube Viewer 3.1.7 - configuration file
|
# Youtube Viewer 3.1.9 - configuration file
|
||||||
|
|
||||||
our $CONFIG = {
|
our $CONFIG = {
|
||||||
autohide_watched => 0,
|
autohide_watched => 0,
|
||||||
@ -25,7 +25,9 @@ our $CONFIG = {
|
|||||||
fullscreen => 0,
|
fullscreen => 0,
|
||||||
get_captions => 1,
|
get_captions => 1,
|
||||||
get_term_width => 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",
|
hl => "en_US",
|
||||||
http_proxy => undef,
|
http_proxy => undef,
|
||||||
interactive => 1,
|
interactive => 1,
|
||||||
@ -43,7 +45,6 @@ our $CONFIG = {
|
|||||||
results_with_colors => 0,
|
results_with_colors => 0,
|
||||||
results_with_details => 0,
|
results_with_details => 0,
|
||||||
safeSearch => undef,
|
safeSearch => undef,
|
||||||
save_input_history => 0,
|
|
||||||
skip_if_exists => 0,
|
skip_if_exists => 0,
|
||||||
srt_languages => ["en", "jp"],
|
srt_languages => ["en", "jp"],
|
||||||
thousand_separator => ",",
|
thousand_separator => ",",
|
||||||
|
Loading…
Reference in New Issue
Block a user