how to select class end with space
m3u8playlist opened this issue · 1 comments
m3u8playlist commented
like:
<div class="bar "></div>
there is a space between r and "
scinfu commented
try this let sel: Elements = try html.select(":bar ")
See Test form more examples
I close and if you need, open it again