diff options
Diffstat (limited to '')
-rw-r--r-- | .config/pipe-viewer/pipe-viewer.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf index 8f6b115..1fcc063 100644 --- a/.config/pipe-viewer/pipe-viewer.conf +++ b/.config/pipe-viewer/pipe-viewer.conf @@ -6,6 +6,7 @@ use utf8; our $CONFIG = { api_host => "auto", + audio_quality => "best", auto_captions => 0, autoplay_mode => 0, bypass_age_gate_with_proxy => 0, @@ -51,6 +52,7 @@ our $CONFIG = { downloads_dir => ".", env_proxy => 1, fat32safe => 0, + features => [], ffmpeg_cmd => "/usr/local/bin/ffmpeg", force_fallback => 0, fullscreen => 0, @@ -114,14 +116,12 @@ 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/bin/yt-dlp", |