update youtube-viewer
This commit is contained in:
parent
f944f233a1
commit
cc32b6cc9c
@ -1,12 +1,10 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
# Youtube Viewer 3.1.9 - configuration file
|
||||
# Youtube Viewer 3.2.0 - configuration file
|
||||
|
||||
our $CONFIG = {
|
||||
autohide_watched => 0,
|
||||
cache => 30000,
|
||||
cache_dir => "/home/felix/.cache/youtube-viewer",
|
||||
cache_min => 5,
|
||||
captions_dir => "/tmp",
|
||||
cats_region => "us",
|
||||
clobber => 0,
|
||||
@ -32,8 +30,6 @@ our $CONFIG = {
|
||||
http_proxy => undef,
|
||||
interactive => 1,
|
||||
keep_original_video => 0,
|
||||
lower_cache => 1000,
|
||||
lower_cache_min => 3,
|
||||
maxResults => 20,
|
||||
order => undef,
|
||||
page => 1,
|
||||
@ -47,8 +43,8 @@ our $CONFIG = {
|
||||
safeSearch => undef,
|
||||
skip_if_exists => 0,
|
||||
srt_languages => ["en", "jp"],
|
||||
subscriptions_order => "relevance",
|
||||
thousand_separator => ",",
|
||||
use_lower_cache => 0,
|
||||
video_filename_format => "*FTITLE*.*FORMAT*",
|
||||
video_player_selected => "mpv",
|
||||
video_players => {
|
||||
|
Loading…
Reference in New Issue
Block a user