Jeffrey Guo

Results 3 issues of Jeffrey Guo

[issue:32](https://github.com/bookieio/breadability/issues/32)

``` html_content = """    最近一个月内,三圣股份共计登上龙虎榜1次,表明三圣股份股性一般。 (更多龙虎榜查询请点击)    公司主要从事 建材化工、医药。""" article = Article(html_content) print(article.main_text) # pick nothing ``` ``` from lxml import etree html = etree.HTML(html_content) html.xpath('//text()') # pick target content successfully ```

你好,我从 mafengwo 最新的网址发现,post 请求的参数如下: ``` sAct: KMdd_StructWebAjax|GetPoisByTag iMddid: 10088 iTagId: 0 iPage: 2 _ts: 1560065307725 _sn: b1844e6a46 ``` 其中 `_sn` 不知道如何提供,你有什么好的建议吗?