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">.</span>' >s = s.replace("&", "&") >t = pq(s) >o = t("span.test").html() >print(o) [...