linkchanbot

Telegram bot frontend proxy link substituter
git clone https://git.torresjrjr.com/linkchanbot.git
Log | Files | Refs | README | LICENSE

commit 496246ef6074d70dc7e593d83f4a4942781a074d
parent 298555604e54c8f464ede350e83c8d963cd83360
Author: Byron Torres <b@torresjrjr.com>
Date:   Sat, 26 Jun 2021 02:12:41 +0100

Add "t" to youtube.com query_whitelist

Diffstat:
Msample.config/services.json | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sample.config/services.json b/sample.config/services.json @@ -21,6 +21,7 @@ "youtu.be" ], "query_whitelist": [ + "t", "v", "list" ]