From 1c3ffc76e39ca5059cd5179b3172c1c83b902da6 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Fri, 10 Jan 2025 14:25:38 +0100 Subject: [PATCH] Update website/blog/2025/01-10/index.md Co-authored-by: Daniel Lee --- website/blog/2025/01-10/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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