From a9361e93ac066953d6a55a1dbf05984830998b7e Mon Sep 17 00:00:00 2001 From: Benjamin_Loison Date: Fri, 24 Feb 2023 15:21:57 +0100 Subject: [PATCH] Add to `The website` the notice how to exclude some results. --- The-website.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/The-website.md b/The-website.md index 84f5954..e22e636 100644 --- a/The-website.md +++ b/The-website.md @@ -1 +1,3 @@ -Note that YouTube censor bad words by replacing them with `[__]`, so you can retrieve them by using `[__]`. \ No newline at end of file +Note that YouTube censor bad words by replacing them with `[__]`, so you can retrieve them by using `[__]`. + +As the website support regular expressions, you can exclude some channels by using `^((?!channelIdToExclude).)*$` \ No newline at end of file