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