diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-12 09:16:10 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-12 09:16:10 +0100 |
commit | e8d327f924c60223d95a226b8f74041abbde8b47 (patch) | |
tree | ed4608039a055279cc99962c3638d5c568f4f7d5 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-e8d327f924c60223d95a226b8f74041abbde8b47.tar.gz dotfiles-bsd-e8d327f924c60223d95a226b8f74041abbde8b47.tar.bz2 dotfiles-bsd-e8d327f924c60223d95a226b8f74041abbde8b47.tar.xz dotfiles-bsd-e8d327f924c60223d95a226b8f74041abbde8b47.tar.zst dotfiles-bsd-e8d327f924c60223d95a226b8f74041abbde8b47.zip |
up
Diffstat (limited to '.config')
-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", |