diff options
-rw-r--r-- | .config/pipe-viewer/pipe-viewer.conf | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf index 9f5d4d1..3cb2eb9 100644 --- a/.config/pipe-viewer/pipe-viewer.conf +++ b/.config/pipe-viewer/pipe-viewer.conf @@ -1,12 +1,9 @@ #!/usr/bin/perl -# CLI Pipe Viewer 0.4.1 - configuration file - -use utf8; +# CLI Pipe Viewer 0.2.2 - configuration file our $CONFIG = { api_host => "auto", - audio_quality => "best", auto_captions => 0, autoplay_mode => 0, bypass_age_gate_with_proxy => 0, @@ -52,7 +49,6 @@ our $CONFIG = { downloads_dir => ".", env_proxy => 1, fat32safe => 0, - features => [], ffmpeg_cmd => "/usr/local/bin/ffmpeg", force_fallback => 0, fullscreen => 0, @@ -115,12 +111,14 @@ our $CONFIG = { srt => "--sub-file=*SUB*", }, }, + videoCaption => undef, + videoDefinition => undef, + videoDimension => undef, videoDuration => undef, + videoLicense => undef, watch_history => 0, watch_history_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt", wget_cmd => "wget", - youtube_channel_url => "https://www.youtube.com/channel/%s", - youtube_playlist_url => "https://www.youtube.com/playlist?list=%s", youtube_video_url => "https://www.youtube.com/watch?v=%s", ytdl => 1, ytdl_cmd => "/usr/local/bin/yt-dlp", |