From 86f1f40f068d4f5d7fc8f8be951372bbb61dd50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 6 Nov 2020 18:19:42 +0300 Subject: auto-updated config files --- dotfiles/.config/youtube-viewer/youtube-viewer.conf | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'dotfiles/.config/youtube-viewer') diff --git a/dotfiles/.config/youtube-viewer/youtube-viewer.conf b/dotfiles/.config/youtube-viewer/youtube-viewer.conf index 909da53..6f2163a 100644 --- a/dotfiles/.config/youtube-viewer/youtube-viewer.conf +++ b/dotfiles/.config/youtube-viewer/youtube-viewer.conf @@ -1,6 +1,6 @@ #!/usr/bin/perl -# YouTube Viewer 3.7.7 - configuration file +# YouTube Viewer 3.8.0 - configuration file our $CONFIG = { auto_captions => 0, @@ -11,6 +11,7 @@ our $CONFIG = { confirm => 0, convert_cmd => "ffmpeg -i *IN* *OUT*", convert_to => undef, + cookie_file => undef, copy_caption => 0, custom_layout => 0, custom_layout_format => "*NO*. *TITLE* (*AUTHOR*) (*RATING*) [*TIME*]\\n", @@ -35,6 +36,7 @@ our $CONFIG = { history_limit => 10000, hl => "en_US", http_proxy => undef, + ignore_av1 => 0, interactive => 1, keep_original_video => 0, maxResults => 10, @@ -48,7 +50,6 @@ our $CONFIG = { publishedAfter => undef, publishedBefore => undef, regionCode => undef, - remember_watched => 0, remove_played_file => 0, resolution => 1080, results_fixed_width => 0, @@ -61,6 +62,8 @@ our $CONFIG = { srt_languages => ["en", "es"], subscriptions_order => "relevance", thousand_separator => ",", + timeout => undef, + user_agent => undef, video_filename_format => "*FTITLE* - *ID*.*FORMAT*", video_player_selected => "mpv", video_players => { @@ -95,7 +98,11 @@ our $CONFIG = { videoDuration => undef, videoLicense => undef, videoSyndicated => undef, - watched_file => "$ENV{HOME}/.config/youtube-viewer/watched.txt", + watch_history => 1, + watch_history_file => "$ENV{HOME}/.config/youtube-viewer/watched.txt", wget_cmd => "/usr/bin/wget", + youtube_users_file => "$ENV{HOME}/.config/youtube-viewer/youtube_users.txt", youtube_video_url => "https://www.youtube.com/watch?v=%s", + ytdl => 1, + ytdl_cmd => "/usr/bin/youtube-dl", } -- cgit v1.2.3