tid-kijyun / Kanna

Kanna(鉋) is an XML/HTML parser for Swift.
MIT License
2.41k stars 222 forks source link

标题解析不出来 #229

Open caolin358688599 opened 4 years ago

caolin358688599 commented 4 years ago

Description:

https://mp.weixin.qq.com/s/kQTxb7CO0njHX-yYOjNjww,微信公众号标题解析有问题,master 最新的版本

Installation method:

Kanna version (or commit hash):

swift --version

5.0.0

Xcode version (optional): 11.4

tid-kijyun commented 4 years ago

Unfortunately, it has nothing to do with this library, so ask on external sites like Stack Overflow.

FYI: Check that the title is included in the HTML passed to this library. It seems to be set later in JavaScript. This library only has the function of parsing the specified HTML. If you want JavaScript-processed HTML, you need preprocessing. For example, load using WKWebView.

krishjainx commented 3 years ago

This is clutter again 😒. Might want to close this? @tid-kijyun