hauzi
(Martin)
December 5, 2023, 9:37am
1
Hi, im trying to get a value from this table:
https://muenzshop.rlbooe.at/3870_DE-Services-Kundenblatt.htm
My selector look like this:
body > div.container.warenkorb > div > div > div > table:nth-child(4) > tbody > tr:nth-child(15) > td:nth-child(5)
Is there somebody who can help me?
jchh
((not John))
December 5, 2023, 11:10am
2
Which number rare you trying to get?
edit: is it 1/1 ATS - Philharmoniker / Ankaufspreis = 1.878,00€ ?
jchh
((not John))
December 5, 2023, 12:21pm
4
I’m getting the error:
Index '0' not found in sensor.philharmoniker_ek
If I put that webpage into https://try.jsoup.org
, I get 2 parsing errors, I am not sure if that means the HTML has errors that is throwing scrape out or something else.