v0.8.3: prefer h1 for mindmegette title, strip trailing "recept" globally

Mindmegette regular pages: use h1 element (clean meal name like
"Sajtkrémes csirkés leves") instead of og:title (which has "receptje"
suffix). Also add global post-processing to strip trailing recept/
receptje/receptek from titles across all parsers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 20:43:24 +01:00
parent 0d5728b732
commit e922822286
2 changed files with 17 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## v0.8.3 (2026-02-24)
### Fixed
- Mindmegette.hu: prefer `<h1>` element for title (clean meal name) over og:title (which often has "receptje" suffix)
- Global: strip trailing "recept"/"receptje" etc. from recipe titles across all parsers
## v0.8.2 (2026-02-24)
### Fixed