summaryrefslogtreecommitdiffstats
path: root/pipe-viewer/pipe-viewer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pipe-viewer/pipe-viewer.conf')
-rw-r--r--pipe-viewer/pipe-viewer.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/pipe-viewer/pipe-viewer.conf b/pipe-viewer/pipe-viewer.conf
index 9e45f9c..77a89f4 100644
--- a/pipe-viewer/pipe-viewer.conf
+++ b/pipe-viewer/pipe-viewer.conf
@@ -1,11 +1,15 @@
#!/usr/bin/perl
-# CLI Pipe Viewer 0.2.3 - configuration file
+# CLI Pipe Viewer 0.4.5 - configuration file
+
+use utf8;
our $CONFIG = {
api_host => "auto",
+ audio_quality => "best",
auto_captions => 0,
autoplay_mode => 0,
+ bypass_age_gate_native => 0,
bypass_age_gate_with_proxy => 0,
cache_dir => "/tmp/pipe-viewer",
colors => 1,
@@ -53,6 +57,7 @@ our $CONFIG = {
force_fallback => 0,
fullscreen => 0,
get_captions => 0,
+ get_subscriptions_in_parallel => 0,
get_term_width => 1,
hfr => 1,
highlight_color => "bold",
@@ -115,6 +120,8 @@ our $CONFIG = {
watch_history => 0,
watch_history_file => "/tmp/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-nocookie.com/watch?v=%s",
ytdl => 1,
ytdl_cmd => "/usr/local/bin/yt-dlp",
Un proyecto texto-plano.xyz