I am making a crawler in cheerio and nodejs and I am trying to extract a without a closing tag. It looks like this:
<item>
<link>http://www.example.com
<description>...</description>
</item>
how would I extract that link? trying to extract the text of the link tag doesn't return anything