新增採集節點:第二步設置內容字段獲取規則
網頁內容獲取規則
預覽網址:  
內容分頁導航所在的區域匹配規則:
全部列出的分頁列表
上下頁形式或不完整的分頁列表
分頁列表規則 開始: 結束:
如果設定分頁列表規則.可採用地址規則(正則),其中{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 表示當前標記值和最終結果