我的磨即时预览功能代码——特别感谢壮壮
2019-07-26 04:39:44 -0400
~version: "2.1"
title://h2
body://div[has-class("wo-main-body")]
# debug
#@debug: //img[ends-with(@data-src, ".png")]
# 1.设置可以使用IV的文章
# 由于我文章 URL 的命名是带有日期的,所以利用正则匹配下,以下规则只对该路径下的文章有效
?path: /\d+/.+
# 2.设置文章主体、标题、作者等信息
# body 为文章主体,我设置为原网页中第一个
下的内容
body: (//article)[1]
$header: $body//header
# 设置文章标题
title: $header//h1
# 设置文章作者和作者链接
# 根据自己网站上文章作者所在的标签设置
author: $header//div[@class="meta"]/span[@class="author"]
# 设置作者链接,设置为以 author 名为 Telegram username 的链接
@set_attr(href,"https://t.me/",$author): $author
author_url: $author/@href
# 设置站点名字
site_name: "中国信息化战略官方网站"
# 频道信息
channel: "@VIPN888888"
# 设置发布日期
published_date: $header//div[@class="meta"]/time/@datetime
# 3.处理文章图片
# 删除无效图片
@remove: $body//a//img[@data-src="//"]
# 将和标签下的标签替换为
Back to home
Subscribe |
Register |
Login
| N