Closed henryhchchc closed 3 months ago
This PR trys to fix #166.
The root cause is that Mr. Xiaolong Zhang added style="opacity: 0;" to the root <div> tag, making the fetched full text unreadable. Therefore we remove that god damn style attribute from the fetched HTML.
style="opacity: 0;"
<div>
谢谢兄弟
This PR trys to fix #166.
The root cause is that Mr. Xiaolong Zhang added
style="opacity: 0;"
to the root<div>
tag, making the fetched full text unreadable. Therefore we remove that god damn style attribute from the fetched HTML.