Add to The website how to filter only the comments of a given channel

Benjamin Loison 2023-02-24 15:53:15 +01:00
parent 0d456d6f32
commit 77ac51bfe6

@ -6,4 +6,7 @@ For instance find the presence of a YouTube channel on another one you can fill
``` ```
channelIdToExclude channelIdToExclude
^((?!channelIdToExclude).)*$ ^((?!channelIdToExclude).)*$
``` ```
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"`.