A widget (Homepage-Wetter für Freiburg im Breisgau | Kachelmannwetter) contains the following text:
<div id="date-1-mo" class="wsymbol" title="Glatteisregen">
<img src="https://kachelmannwetter.com/images/symbole/sym_freezingrain.svg" alt="Glatteisregen">
<p>vormittags</p>
</div>
I want to extract the value ‘Glatteisregen’, but I can’t find a working selector. All I get is the word ‘vormittags’ with selector #date-1-mo
, and I can’t get any further with the img
or (better:) title
tags. Does anyone have any ideas? Or is it mölgich to extract the raw text from this area, then I could use split
to exempt the term.