nexusphp icon indicating copy to clipboard operation
nexusphp copied to clipboard

获取rss,能不能标题独占一行?

Open refeccd opened this issue 2 months ago • 3 comments

https://github.com/xiaomlove/nexusphp/blob/ca8edf8a6a68587adaccf976cd9672ce9071ad11/public/torrentrss.php#L255-L257

这里能不能加个参数开关, 如果打开,标题,副标题等等每个独占一行。 如果关闭,就合并到一行?

refeccd avatar Oct 20 '25 10:10 refeccd

作何用?

xiaomlove avatar Oct 20 '25 17:10 xiaomlove

现在如果选中了副标题/大小,会拼接在标题后面。 如果想通过rss解析标题以及副标题的话会比较困难。 比如标题里也带了[]这种的话,一不小心就解析错了,但是如果拆分成多个字段的话,就不会出现这个问题了,对第三方工具也比较友好

refeccd avatar Oct 20 '25 17:10 refeccd

如果用于数据获取,确实分开较好。 目前有 API,数据会更全面。

xiaomlove avatar Oct 21 '25 19:10 xiaomlove