You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to achieve html and parse the links and their title. The title is on Hebrew (RTL lang).
Instead of getting the real title I get "????" instead. What am I missing here? (I tried changing the charset but usually UTF-8 is good enough)
Code Sample response { htmlDocument { // parsed Doc is available here a { withAttributeKey = "data-item" findAll { println( it.attribute("href")) } } } }
The text was updated successfully, but these errors were encountered:
I want to achieve html and parse the links and their title. The title is on Hebrew (RTL lang).
Instead of getting the real title I get "????" instead. What am I missing here? (I tried changing the charset but usually UTF-8 is good enough)
Code Sample
response { htmlDocument { // parsed Doc is available here a { withAttributeKey = "data-item" findAll { println( it.attribute("href")) } } } }
The text was updated successfully, but these errors were encountered: