- 例:douban miniblog 竟无 feed 提供(!@#脏¥%……&话**)
- 登入 feed43 /create new feed
- step1 /Address 填入页面地址 Encoding 填入页面编码 如 utf-8 /Reload 获得源码
- step2 /Global Search Pattern 可留空 /Item (repeatable) Search Pattern 填入
<h5><a href="{%}"{*}>{%}</a></h5>{*}<div class="description">{%}</div>
/次序依据{%}在源码中的顺序 如这段地址在标题之前
- {%}替换内容 {*}衔接 查看页面源码获得以上三组{%} 分别为文址、标题和内容 /Extract
- step3 /RSS feed properties 填入页面标题、地址和简介
/RSS item properties 填入对应的{%} 标题{%2} 文址{%1} 内容{%3} - /Preview 即可获得 feed url
若需全文 rss 再用 pipes tool 加工一下 点开某文章页查看源码 至正文处获其头尾码填入 如
ContextBegin = <div id="link-report"> ContextEnd = </div>