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 86e7dd2 commit 7aafd6cCopy full SHA for 7aafd6c
src/fundus/publishers/de/der_freitag.py
@@ -52,4 +52,6 @@ def images(self) -> List[Image]:
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
+ caption_selector=XPath("./ancestor::figure//figcaption//span[@class='bo-image__caption__desc']"),
56
+ author_selector=XPath("./ancestor::figure//figcaption//span[@class='bo-image__caption__credit']"),
57
)
0 commit comments