diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-06 18:19:42 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-06 18:19:42 +0300 |
commit | 86f1f40f068d4f5d7fc8f8be951372bbb61dd50a (patch) | |
tree | 82c5dd11e1d1e17b1c9636081e0a3d6907958c4f /dotfiles/.config/youtube-viewer | |
parent | f712f4131cf26571bded1074ef749ac85799c9c0 (diff) | |
download | swayrice-86f1f40f068d4f5d7fc8f8be951372bbb61dd50a.tar.gz swayrice-86f1f40f068d4f5d7fc8f8be951372bbb61dd50a.zip |
auto-updated config files
Diffstat (limited to 'dotfiles/.config/youtube-viewer')
-rw-r--r-- | dotfiles/.config/youtube-viewer/youtube-viewer.conf | 13 |
1 files changed, 10 insertions, 3 deletions
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", } |