Skip to content

Commit

Permalink
修复css选择器,增加字段提取不到提示
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzetao authored and yangzetao committed Aug 12, 2017
1 parent 162f63a commit 7389e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/phpspider.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class phpspider
* 版本号
* @var string
*/
const VERSION = '2.0.6';
const VERSION = '2.0.7';

/**
* 爬虫爬取每个网页的时间间隔,0表示不延时, 单位: 毫秒
Expand Down
2 changes: 1 addition & 1 deletion core/selector.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class selector
* 版本号
* @var string
*/
const VERSION = '1.0.0';
const VERSION = '1.0.2';
public static $dom = null;
public static $dom_auth = array('xpath'=>'', 'css'=>'');
public static $xpath = null;
Expand Down

0 comments on commit 7389e1d

Please sign in to comment.