Update ad filter keywords
New changes to google search now include ads prefixed with the keyword "sponsored". This update should remove these from appearing in search results. Fixes #871main
parent
7494a14bc2
commit
06fd29f663
|
@ -25,7 +25,7 @@ BLACKLIST = [
|
||||||
'Reklama', 'Реклама', 'Anunț', '광고', 'annons', 'Annonse', 'Iklan',
|
'Reklama', 'Реклама', 'Anunț', '광고', 'annons', 'Annonse', 'Iklan',
|
||||||
'広告', 'Augl.', 'Mainos', 'Advertentie', 'إعلان', 'Գովազդ', 'विज्ञापन',
|
'広告', 'Augl.', 'Mainos', 'Advertentie', 'إعلان', 'Գովազդ', 'विज्ञापन',
|
||||||
'Reklam', 'آگهی', 'Reklāma', 'Reklaam', 'Διαφήμιση', 'מודעה', 'Hirdetés',
|
'Reklam', 'آگهی', 'Reklāma', 'Reklaam', 'Διαφήμιση', 'מודעה', 'Hirdetés',
|
||||||
'Anúncio', 'Quảng cáo','โฆษณา'
|
'Anúncio', 'Quảng cáo','โฆษณา', 'sponsored'
|
||||||
]
|
]
|
||||||
|
|
||||||
SITE_ALTS = {
|
SITE_ALTS = {
|
||||||
|
|
Loading…
Reference in New Issue