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