v0.8.1: fix mindmegette alt page format (wysiwyg ingredients/instructions)

Support alternative mindmegette.hu pages (e.g. /alapetelek/) where
ingredients are in <ul> after h3 "Hozzávalók" and instructions in <ol>
after h3 "Elkészítés" inside the wysiwyg box, instead of structured
div.ingredients containers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 20:30:47 +01:00
parent 31ea1d0bf2
commit 6f12cc06a4
2 changed files with 53 additions and 18 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## v0.8.1 (2026-02-24)
### Fixed
- Mindmegette.hu: support alternative page format (e.g. `/alapetelek/` pages) where ingredients are in `<ul>` and instructions in `<ol>` inside the wysiwyg box, instead of structured `div.ingredients` containers
- Mindmegette.hu: title suffix stripping now handles both `|` and `-` separators
## v0.8.0 (2026-02-24)
### Added