From a7061f79bf27c44416350bdc06237d160c564f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20AKY=C3=9CZ?= Date: Sun, 19 Nov 2023 16:05:00 +0300 Subject: [PATCH] add some comments --- .local/bin/channelrefresh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.local/bin/channelrefresh b/.local/bin/channelrefresh index 2521562d..11367194 100644 --- a/.local/bin/channelrefresh +++ b/.local/bin/channelrefresh @@ -2,6 +2,13 @@ while ! ping -c 1 9.9.9.9 > /dev/null 2>&1; do sleep 0.5; done +# "~/.local/share/channels.txt" looks like below: +# Luke Smith=https://www.youtube.com/@LukeSmithxyz/videos +# Mental Outlaw=https://www.youtube.com/@MentalOutlaw/videos + +# ~/.local/share/categories.txt looks like below: +# Tech=Luke Smith|Mental Outlaw + INSTALLER="sudo pacman -S --noconfirm" DATA_DIR="$HOME/.cache/youtube_channels" CHANNEL_LIST="$HOME/.local/share/channels.txt"