amitbl / blocktube

YouTube™ content blocker
GNU General Public License v3.0
919 stars 66 forks source link

Japanese videos aren't blocked #11

Closed YamashitaRen closed 6 years ago

YamashitaRen commented 6 years ago

Here's my list "Video title" :

閃の軌跡Ⅳ
閃の軌跡IV
Sen no Kiseki 4
閃の軌跡Ⅳ
【閃の軌跡Ⅳ】
SEN NO KISEKI Ⅳ

Videos like this one (https://www.youtube.com/watch?v=XzhNpEDzrGw) appear in my "recommends" feed.

amitbl commented 6 years ago

The default behaviour of a keyword is to be seperated by some kind of boundry (like space for example) so when you block a keyword like you it wouldn't block youtube too. You can change this behaviour by making your filters RegExp expressions using two slashes:

/閃の軌跡Ⅳ/
/閃の軌跡IV/
Sen no Kiseki 4
/閃の軌跡Ⅳ/
/【閃の軌跡Ⅳ】/
/SEN NO KISEKI Ⅳ/
YamashitaRen commented 6 years ago

Oh I see... Thanks for the explanation, it works perfectly !