从网站抓取数据如何废弃代码

Scraping website with curl all text are scraped but the curl breaks where the code starts like c codes

<div class="MsoNormal" style="margin-bottom: 0.0001pt;">/* Header file declaration */<br>#include&lt;stdio.h&gt;
<div class="MsoNormal" style="margin-bottom: 0.0001pt;">
<p>/* Main function declaration */</p>
<div class="MsoNormal" style="margin-bottom: 0.0001pt;">int main()&nbsp;
<div class="MsoNormal" style="margin-bottom: 0.0001pt;">{<br>&nbsp; &nbsp; /* Printing message to screen */
<div class="MsoNormal" style="margin-bottom: 0.0001pt;">&nbsp; &nbsp; printf(“Hello Readers!”);&nbsp; &nbsp;<br>&nbsp; &nbsp;<br>&nbsp; &nbsp;/* returning */<br>&nbsp; &nbsp; return 0;
<div class="MsoNormal" style="margin-bottom: 0.0001pt;">}</div>
</div>
</div>
</div>
</div>
</div>

`my scarping break after "}"