Hey there
How can I get the <meta
properties of a website ?
You can use the web component and use some kind of parse extensions to parse the right values out of it.
For example this extensions:
I will add the parse function into our build in component “Device Tools”.
Thanks
Done for our comeback.
Ok, thank you
What about when the string has more than one same string like this:
<item>text 1</item>
<item>text 2</item>
<item>text 3</item>
filter “text 2”
this is not possible know with this parse function
Natürlich ist das möglich.
Dafür nimmst du dann einfach den Text Block “contains text” und bekommst das gewünschte Ergebnis.
Aber wenn ich nicht weiß, was im zweiten “item” drin steht, dann nützt mir “contains text” nichts.
Nochmal zur Verdeutlichung: Ich habe mehrere “strings”, die die selbe Benennung haben und ich möchte mit dem Parse Block den zweiten oder dritten “string” nehmen, dies funktioniert jedoch nicht.
Wäre es nicht möglich eine Funktion hinzuzufügen damit man dies ebenfalls benutzen kann?
Dies wäre ein Beispiel:
<item>text 1</item>
<item>text 2</item>
<item>text 3</item>