jae-jae / QueryList

:spider: The progressive PHP crawler framework! 优雅的渐进式PHP采集框架。
https://querylist.cc
2.66k stars 441 forks source link

报个bug,dom节点抓取错误! #132

Closed amhoho closed 5 months ago

amhoho commented 3 years ago

测试页面:链接 QL代码: $dom='html > body > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > div > div:nth-of-type(1) > div:nth-of-type(3) > section:nth-of-type(2)';$print=$QueryList->find($dom)->htmlOuter(); ql版本:两年前至最新版都一样结果. 抓取到的内容:"<section class=\"_wxbEditor\开头 正确的内容应该是:<section><article 开头