jae-jae / QueryList

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

大小写 #69

Closed dogeow closed 5 years ago

dogeow commented 5 years ago

description,keywords 爬网站的时候,这两个有时候是大写的,怎么设置不区分大小写 我现在是用了大写小写一起爬。

jae-jae commented 5 years ago

没有这个设置,你可以使用选择器的或语法 "[name= description],[name=DESCRIPTION]"

dogeow commented 5 years ago

thx