We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886d718 commit 86e7dd2Copy full SHA for 86e7dd2
src/fundus/publishers/de/der_freitag.py
@@ -49,4 +49,7 @@ def images(self) -> List[Image]:
49
return image_extraction(
50
doc=self.precomputed.doc,
51
paragraph_selector=self._paragraph_selector,
52
+ upper_boundary_selector=CSSSelector("header.bc-article-intro"),
53
+ lower_boundary_selector=CSSSelector("span.freitag-article-end"),
54
+ image_selector=CSSSelector("figure img,div[role='figure'] img"),
55
)
0 commit comments