From 77ac51bfe6d90dc5fc34e4a765cf3f61aac1dc17 Mon Sep 17 00:00:00 2001 From: Benjamin_Loison Date: Fri, 24 Feb 2023 15:53:15 +0100 Subject: [PATCH] Add to `The website` how to filter only the comments of a given channel --- The-website.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/The-website.md b/The-website.md index 25da38b..bd1a146 100644 --- a/The-website.md +++ b/The-website.md @@ -6,4 +6,7 @@ For instance find the presence of a YouTube channel on another one you can fill ``` channelIdToExclude ^((?!channelIdToExclude).)*$ -``` \ No newline at end of file +``` +You may be interested to use the following query format to look only for comments. + +You can use the following query to search for the comments of a given channel: `"value": "channelIdCommenting"`. \ No newline at end of file