diff options
author | Joe <rrbo@proton.me> | 2022-11-04 11:28:48 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2022-11-04 11:28:48 +0100 |
commit | 7fe0813fb54b7747d14cb459d141f09c0aa9966a (patch) | |
tree | 062751182d9e95e2826fbcb21d8e1c4bbe6de8b9 /.config/pipe-viewer/pipe-viewer.conf | |
parent | up (diff) | |
download | dotfiles-bsd-7fe0813fb54b7747d14cb459d141f09c0aa9966a.tar.gz dotfiles-bsd-7fe0813fb54b7747d14cb459d141f09c0aa9966a.tar.bz2 dotfiles-bsd-7fe0813fb54b7747d14cb459d141f09c0aa9966a.tar.xz dotfiles-bsd-7fe0813fb54b7747d14cb459d141f09c0aa9966a.tar.zst dotfiles-bsd-7fe0813fb54b7747d14cb459d141f09c0aa9966a.zip |
up
Diffstat (limited to '.config/pipe-viewer/pipe-viewer.conf')
-rw-r--r-- | .config/pipe-viewer/pipe-viewer.conf | 6 |
1 files changed, 5 insertions, 1 deletions
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", |