github danieldotnl/ha-multiscrape v7.2.0
v7.2.0 🚀 Scraping HTML

latest release: pre-v8.0.0
14 days ago

New Feature: Raw HTML Scraping with Multiscrape 🌐

I'm excited to announce that it is now possible to scrape raw HTML in Multiscrape! This feature has been a recurring request over the years, and I'm happy I could finally implement it. 🎉
It could for example be used to for displaying rich content on a markdown card.

A new configuration option for selectors has been added called extract. It is optional and can have these values:
- Text (default): Extracts plain text, as you are used to. 📝
- Content: Returns the content of the selected tag. 📜
- Tag: Returns both the content and the tag itself. 🏷️

With this feature, your sensors (or attributes) can now have a state/value like:

<p>This is an <b>example</b> of what can be scraped with the <i>extract</i> feature.</p>

Thank you for your continued support, and happy scraping! 🥳

Changes

Don't miss a new ha-multiscrape release

NewReleases is sending notifications on new releases.