Skip to content

Commit

Permalink
Merge pull request #617 from flairNLP/depreacte-publishers
Browse files Browse the repository at this point in the history
Deprecate blocked publishers
  • Loading branch information
MaxDall authored Sep 17, 2024
2 parents dc1ec9b + 1fe06d9 commit c2d970a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/supported_publishers.md
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,9 @@
<code>LesEchos</code>
</td>
<td>
<div>Les &#201;chos</div>
<div>
<strike>Les &#201;chos</strike>
</div>
</td>
<td>
<a href="https://www.lesechos.fr/">
Expand Down
1 change: 1 addition & 0 deletions src/fundus/publishers/fr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ class FR(metaclass=PublisherGroup):
Sitemap("https://sitemap.lesechos.fr/sitemap_index.xml", reverse=True),
NewsMap("https://www.lesechos.fr/sitemap_news.xml"),
],
deprecated=True,
)

0 comments on commit c2d970a

Please sign in to comment.