fix: Recherchestand nur Datum, keine Quellen-Wiederholung — Quellen stehen im Block

This commit is contained in:
Hermes Agent
2026-06-23 23:13:54 +02:00
parent 4323ab97a1
commit e67eea9022
2 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ a { color: #20228A; text-decoration: underline; }
</ol> </ol>
</div> </div>
<p>Recherchestand: 23. Juni 2026. Recherchebasis: <a href="https://boardgamegeek.com/boardgame/472579/chivalry" target="_blank">BGG-Datenbank</a>, <a href="https://mr-boardgames.com/en/news/hear-ye-hear-ye-chivalry-is-arriving-on-our-tables" target="_blank">mr-boardgames.com</a>, <a href="https://www.boardgame.fr/2026/06/21/chivalry-merlin-morgane-et-le-destin-de-camelot-entre-vos-mains" target="_blank">boardgame.fr</a>, <a href="https://www.dlp-games.de" target="_blank">dlp-games.de</a>.</p> <p>Recherchestand: 23. Juni 2026.</p>
<p class="qc">QC: Chivalry=AAA|https://boardgamegeek.com/boardgame/472579/chivalry, Turczi=AAA|https://boardgamegeek.com/boardgamedesigner/76227/david-turczi, mr-boardgames=AA|https://mr-boardgames.com/en/news/hear-ye-hear-ye-chivalry-is-arriving-on-our-tables, boardgame.fr=AA|https://www.boardgame.fr/2026/06/21/chivalry-merlin-morgane-et-le-destin-de-camelot-entre-vos-mains, dlp-games=AAA|https://www.dlp-games.de</p> <p class="qc">QC: Chivalry=AAA|https://boardgamegeek.com/boardgame/472579/chivalry, Turczi=AAA|https://boardgamegeek.com/boardgamedesigner/76227/david-turczi, mr-boardgames=AA|https://mr-boardgames.com/en/news/hear-ye-hear-ye-chivalry-is-arriving-on-our-tables, boardgame.fr=AA|https://www.boardgame.fr/2026/06/21/chivalry-merlin-morgane-et-le-destin-de-camelot-entre-vos-mains, dlp-games=AAA|https://www.dlp-games.de</p>
+2 -6
View File
@@ -185,13 +185,9 @@ if [ -n "$SRC_START" ]; then
fi fi
fi fi
# ── CHECK 18: Recherchestand-Zeile vorhanden UND verlinkt ────────── # ── CHECK 18: Recherchestand-Zeile vorhanden (nur Datum, keine Quellen-Wiederholung) ──
if echo "$BODY" | grep -q 'Recherchestand:'; then if echo "$BODY" | grep -q 'Recherchestand:'; then
if echo "$BODY" | grep 'Recherchestand:' | grep -q '<a href='; then ok "Recherchestand-Zeile vorhanden"
ok "Recherchestand-Zeile mit klickbaren Links"
else
fail "Recherchestand-Zeile OHNE klickbare Links — Fließtext reicht nicht!"
fi
else else
fail "Recherchestand-Zeile fehlt" fail "Recherchestand-Zeile fehlt"
fi fi