xristostr
(xristostr)
March 8, 2025, 8:01am
1
Hello, i am trying to get temperature values from this site Latest Conditions in Kozani
I am giving source this url, and css selector .realtime > div:nth-child(2) > div:nth-child(2) > span:nth-child(1)
I am testing the above in https://try.jsoup.org/ and they work fine.
Whatever css, the sensor created gives always unavailable.
Could someone help me? thank you
Hellis81
(Hellis81)
March 8, 2025, 8:10am
2
There is a jQuery script in the page. Perhaps that is the cause.
If those values are populated by the jQuery then you can’t scrape them.
Is this the same meteo?
1 Like
xristostr
(xristostr)
March 8, 2025, 8:17am
3
Thank you. This site ΚΟΖΑΝΗ: A meteo.gr - Ο Καιρός takes info from the first site. If i scrape ΚΟΖΑΝΗ: A meteo.gr - Ο Καιρός ok i am taking values.