summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-06-15 06:45:38 +0200
committerJoe <bousset.rudy@gmail.com>2022-06-15 06:45:38 +0200
commited934ad9fbb5ea480c50e519813e88e7c5b323b9 (patch)
tree547d67c4a3dc70806dd1499d63605e41fd25aa56
parentupdate (diff)
downloaddotfiles-bsd-ed934ad9fbb5ea480c50e519813e88e7c5b323b9.tar.gz
dotfiles-bsd-ed934ad9fbb5ea480c50e519813e88e7c5b323b9.tar.bz2
dotfiles-bsd-ed934ad9fbb5ea480c50e519813e88e7c5b323b9.tar.xz
dotfiles-bsd-ed934ad9fbb5ea480c50e519813e88e7c5b323b9.tar.zst
dotfiles-bsd-ed934ad9fbb5ea480c50e519813e88e7c5b323b9.zip
up
-rw-r--r--.config/pipe-viewer/pipe-viewer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf
index cab82ed..faaf205 100644
--- a/.config/pipe-viewer/pipe-viewer.conf
+++ b/.config/pipe-viewer/pipe-viewer.conf
@@ -79,7 +79,6 @@ our $CONFIG = {
region => undef,
remove_played_file => 0,
resolution => "best",
- saved_channels_file => "$ENV{HOME}/.config/pipe-viewer/users.txt",
show_video_info => 1,
skip_if_exists => 1,
skip_watched => 0,
@@ -117,8 +116,9 @@ our $CONFIG = {
videoDuration => undef,
videoLicense => undef,
watch_history => 0,
- watch_history_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt",
+ watched_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt",
wget_cmd => "wget",
+ youtube_users_file => "$ENV{HOME}/.config/pipe-viewer/users.txt",
youtube_video_url => "https://www.youtube.com/watch?v=%s",
ytdl => 1,
ytdl_cmd => "/usr/local/bin/yt-dlp",