Skip to content

Commit

Permalink
Merge pull request #372 from flairNLP/update-berliner-zeitung
Browse files Browse the repository at this point in the history
Update Berliner Zeitung - paragraph selector
  • Loading branch information
addie9800 authored Feb 24, 2024
2 parents 0a144a1 + 5e0e6e2 commit f856b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fundus/publishers/de/berliner_zeitung.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class BerlinerZeitungParser(ParserProxy):
class V1(BaseParser):
_paragraph_selector = CSSSelector("div[id=articleBody] > p")
_summary_selector = CSSSelector("div[id=articleBody] > p")
_summary_selector = CSSSelector("div[data-testid=article-header] > p")
_subheadline_selector = CSSSelector("div[id=articleBody] > h2")

@attribute
Expand Down

0 comments on commit f856b16

Please sign in to comment.