新增采集节点:第二步设置内容字段获取规则
网页内容获取规则
预览网址:  
内容分页导航所在的区域匹配规则:
全部列出的分页列表
上下页形式或不完整的分页列表
分页列表规则 开始: 结束:
如果设定分页列表规则.可采用地址规则(正则),其中{p}是递增变量,从1开始每次增加1,例如:{path}{file}_{p}{ext}
规则说明:{path}地址+目录 {file}文件 {ext}文件扩展名{p}分页列表数
 以下为固定的采集项目:(项目点击可展开/隐藏,内容摘要、关键字、缩略图系统会用正则进行自动匹配)
关键字过滤内容:
摘要过滤内容:
 文章标题
匹配规则:
过滤规则:
 文章作者
匹配规则:
过滤规则:
 文章来源
匹配规则:
过滤规则:
 发布时间
匹配规则:
过滤规则:
 以下是针对模型设置的采集项目:
GetOne("Select * From `#@__channeltype` where id='$channelid' "); $dtp = new DedeTagParse(); $dtp->SetNameSpace('field','<','>'); $dtp->LoadString($row['fieldset']); foreach($dtp->CTags as $ctag) { //采集禁用的字段 $notsend = $ctag->GetAtt('notsend'); if($notsend==1) continue; $fieldtype = $ctag->GetAtt('type'); $tname = $ctag->GetTagName(); $iname = $ctag->GetAtt('itemname'); //设置转换函数 if($fieldtype=='img') $functions = "@me=TurnImageTag(@me);"; else if($fieldtype=='softlinks'||$fieldtype=='addon') $functions = "@me=TurnLinkTag(@me);"; else if($fieldtype=='dtime') $functions = "@me=GetMkTime(@me);"; else $functions = ''; //对不同类型设置默认值 if($ctag->GetAtt('default')!='') { $dfvalue = $ctag->GetAtt('default'); } else if($fieldtype=='int'||$fieldtype=='float'||$fieldtype=='number') { $dfvalue = '0'; } else if($fieldtype=='dtime') { $dfvalue = time(); } else { $dfvalue = ''; } ?>
    字段默认值:
匹配规则: 分页内容字段(规则中只允许单一的该类型字段)
下载字段里的多媒体资源
过滤规则:
自定义处理接口: 函数或程序的变量
@body 表示原始网页 @litpic 缩略图
@me 表示当前标记值和最终结果