@cloud411716/fancy-webnovel 0.2.26 → 0.2.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud411716/fancy-webnovel",
3
- "version": "0.2.26",
3
+ "version": "0.2.27",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -212,7 +212,7 @@ function scraperArgs(platform, length, outDir) {
212
212
  case 'qimao':
213
213
  return {
214
214
  script: 'qimao-rank-scraper.cjs',
215
- extra: ['--channel', length === 'short' ? 'female' : 'male', '--type', 'hot', '--outdir', outDir],
215
+ extra: ['--outdir', outDir],
216
216
  };
217
217
  return { script: null, extra: [] };
218
218
  default: