From 0d456d6f32c9183c4138142fd61273c7f8d0f1b3 Mon Sep 17 00:00:00 2001 From: Benjamin_Loison Date: Fri, 24 Feb 2023 15:29:26 +0100 Subject: [PATCH] Add to `The website` how to find the presence of a YouTube channel on another one --- The-website.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/The-website.md b/The-website.md index e22e636..25da38b 100644 --- a/The-website.md +++ b/The-website.md @@ -1,3 +1,9 @@ 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 +As the website support regular expressions, you can exclude some channels by using `^((?!channelIdToExclude).)*$`. + +For instance find the presence of a YouTube channel on another one you can fill fields as follows: +``` +channelIdToExclude +^((?!channelIdToExclude).)*$ +``` \ No newline at end of file