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

@ -7,3 +7,6 @@ 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"`.