tracking: add "резюме" exclude to javascript_jobs_feed

The feed is a digest that mixes candidate CVs and vacancies; resume posts
all carry "Резюме" while vacancies carry "Вакансия". Excluding "резюме"
(script lower()s Unicode, so it catches "Резюме") drops the CV noise —
validated: 216 seen → 24 kept, 0 resumes, all vacancies retained.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
usulpro 2026-06-09 01:00:06 +07:00
parent 731cb5d831
commit c4e0beea9e
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@
},
"javascript_jobs_feed": {
"lang": "ru",
"priority": "p2"
"priority": "p2",
"exclude": ["резюме"]
},
"Jobs_global_startups": {
"lang": "en",