Add to The website the notice how to exclude some results.

Benjamin Loison 2023-02-24 15:21:57 +01:00
parent dcd2fbb47a
commit a9361e93ac

@ -1 +1,3 @@
Note that YouTube censor bad words by replacing them with `[__]`, so you can retrieve them by using `[__]`. 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).)*$`