---
simplynews_sites/lefigaro.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/simplynews_sites/lefigaro.py b/simplynews_sites/lefigaro.py
index 3a89047..10ad397 100644
--- a/simplynews_sites/lefigaro.py
+++ b/simplynews_sites/lefigaro.py
@@ -80,7 +80,7 @@ def get_page(url):
if heading_image is not None:
article.append(get_image(heading_image))
- post_content = post.select_one("div.fig-body")
+ post_content = post.select_one("div.fig-content-body")
if post_content is None: # not a regular article
poll_element = post.select_one("div.fig-poll") # poll "article"
--
2.31.1