dotfiles

My configuration files.
Log | Files | Refs | README

commit 74509546809ee957f1169c497c24b0ac12bc5e8a
parent 6d11c90ff96ca1b57fff253d9f048cbde4193590
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Wed, 25 May 2022 22:53:38 +0200

pipe-viewer config

Diffstat:
Mpipe-viewer/.config/pipe-viewer/pipe-viewer.conf | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pipe-viewer/.config/pipe-viewer/pipe-viewer.conf b/pipe-viewer/.config/pipe-viewer/pipe-viewer.conf @@ -1,11 +1,12 @@ #!/usr/bin/perl -# CLI Pipe Viewer 0.1.8 - configuration file +# CLI Pipe Viewer 0.2.1 - configuration file our $CONFIG = { api_host => "auto", auto_captions => 0, autoplay_mode => 0, + bypass_age_gate_with_proxy => 0, cache_dir => "$ENV{HOME}/.cache/pipe-viewer", colors => 1, comments_order => "top", @@ -44,6 +45,7 @@ our $CONFIG = { debug => 0, download_and_play => 0, download_with_wget => 1, + download_with_ytdl => 1, downloads_dir => ".", env_proxy => 1, fat32safe => 0, @@ -83,6 +85,7 @@ our $CONFIG = { split_videos => 1, srt_languages => ["en", "es"], subscribed_channels_file => "$ENV{HOME}/.config/pipe-viewer/subscribed_channels.txt", + subscriptions_lifetime => 600, subscriptions_limit => 10000, thousand_separator => ",", timeout => undef, @@ -119,7 +122,6 @@ our $CONFIG = { youtube_video_url => "https://www.youtube.com/watch?v=%s", ytdl => 1, ytdl_cmd => "/usr/bin/youtube-dl", - ytdlp_cmd => "/usr/bin/yt-dlp", ytdlp_comments => 0, ytdlp_max_comments => 10, ytdlp_max_replies => 3,