Hello, I'm using the feedparser node for a while. Now the feed provider changed data format and the node does not cooperate.
A feed is looking like this:
<p> <a href="https://www.tagesschau.de/ausland/amerika/impfpflicht-coronavirus-usa-flugreisen-100.html"><img src="upload://t6CMhcj5tLAp2AjUHMRrbF6l8JF.jpeg" alt="Eine Boeing 747 startet vom Flughafen Frankfurt aus in den Abendhimmel (Archivbild). | dpa"></a> <br/> <br/>Flugreisende müssen ab dem 11. Mai keine Corona-Impfung mehr bei der Einreise in die USA nachweisen. Dann endet auch der Corona-Gesundheitsnotstand, der im Januar 2020 ausgerufen worden war. Von: .[<a href="https://www.tagesschau.de/ausland/amerika/impfpflicht-coronavirus-usa-flugreisen-100.html">mehr</a>]</p>
I want to forward the plain text to a text to speech machine. How do I filter out all the html, irrelevant things from the stream? thank you