From 7fe0813fb54b7747d14cb459d141f09c0aa9966a Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 4 Nov 2022 11:28:48 +0100 Subject: up --- .config/pipe-viewer/pipe-viewer.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.config/pipe-viewer') diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf index 0dbbc85..9f5d4d1 100644 --- a/.config/pipe-viewer/pipe-viewer.conf +++ b/.config/pipe-viewer/pipe-viewer.conf @@ -1,6 +1,8 @@ #!/usr/bin/perl -# CLI Pipe Viewer 0.3.1 - configuration file +# CLI Pipe Viewer 0.4.1 - configuration file + +use utf8; our $CONFIG = { api_host => "auto", @@ -117,6 +119,8 @@ our $CONFIG = { 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/local/bin/yt-dlp", -- cgit v1.2.3