快速格式化采集的站点内容
github.com/ucaime/xformat
源代码
问题
安装: 7
依赖项: 0
建议者: 0
安全性: 0
星标: 0
关注者: 1
分支: 0
开放问题: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT edd4d3ae5009698b365d0994aa061c885cb4c14f
htmltagsformatspider
This package is not auto-updated.
Last update: 2024-09-18 20:19:47 UTC
#采集后文章格式处理
目前只实现了标签部分的清理,图片链接的补充和替换将在后期增加
composer require ucaime/xformat
<?php include "vendor/autoload.php"; Format::parse($html);