ns-rss-spider 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/parse.js +1 -1
- package/dist/cjs/parsers/cnbeta.js +0 -1
- package/package.json +2 -2
package/dist/cjs/parse.js
CHANGED
|
@@ -81,7 +81,7 @@ async function parseRss(name, feed, options) {
|
|
|
81
81
|
console.log(import_zx.chalk.green(`正在获取缩略图数据`));
|
|
82
82
|
const thumbKv = await (strategy == null ? void 0 : strategy.getThumbs(originRss));
|
|
83
83
|
if (thumbKv && Object.keys(thumbKv).length) {
|
|
84
|
-
console.log(import_zx.chalk.green(`正在更新缩略图`));
|
|
84
|
+
console.log(import_zx.chalk.green(`正在更新缩略图`), Object.keys(thumbKv).length);
|
|
85
85
|
thumbs = thumbKv;
|
|
86
86
|
contents.forEach((content) => {
|
|
87
87
|
if (thumbKv[content.guid]) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ns-rss-spider",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"types": "dist/cjs/index.d.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dayjs": "^1.11.10",
|
|
40
40
|
"html-entities": "^2.4.0",
|
|
41
41
|
"lodash": "^4.17.21",
|
|
42
|
-
"playwright": "
|
|
42
|
+
"playwright": "1.41.2",
|
|
43
43
|
"probe-image-size": "^7.2.3",
|
|
44
44
|
"rss-parser": "^3.13.0",
|
|
45
45
|
"yargs-parser": "^21.1.1",
|