diff --git a/website/blog/2025/01-10/index.md b/website/blog/2025/01-10/index.md index cce01453494f..4d487a8153ed 100644 --- a/website/blog/2025/01-10/index.md +++ b/website/blog/2025/01-10/index.md @@ -51,7 +51,7 @@ We are constantly working toward feature parity with our JavaScript library, [Cr ### HTML to text context helper -The `html_to_text` crawling context helper simplifies extracting text from an HTML page by automatically removing all tags and returning only the raw text content. It is available in the [`ParselCrawlingContext`](https://www.crawlee.dev/python/api/class/ParselCrawlingContext#html_to_text) and [`BeautifulSoupCrawlingContext`](https://www.crawlee.dev/python/api/class/BeautifulSoupCrawlingContext#html_to_text). +The `html_to_text` crawling context helper simplifies extracting text from an HTML page by automatically removing all tags and returning only the raw text content. It's available in the [`ParselCrawlingContext`](https://www.crawlee.dev/python/api/class/ParselCrawlingContext#html_to_text) and [`BeautifulSoupCrawlingContext`](https://www.crawlee.dev/python/api/class/BeautifulSoupCrawlingContext#html_to_text). ```python import asyncio