Keen
Results
1
comments of
Keen
That's ok, but it's not what I want >from pyquery import PyQuery as pq >s = '<span class="test">&#xe034;.&#xe034;</span>' >s = s.replace("&", "&amp;") >t = pq(s) >o = t("span.test").html() >print(o) [...