koishi-plugin-video-parser-all 1.4.6 → 1.4.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/lib/index.d.ts CHANGED
@@ -318,3 +318,6 @@ export declare const Config: Schema<{
318
318
  parseErrorItemFormat: string;
319
319
  }>;
320
320
  export declare function apply(ctx: Context, config: any): void;
321
+ export declare namespace apply {
322
+ var inject: string[];
323
+ }
package/lib/index.js CHANGED
@@ -1342,3 +1342,4 @@ function apply(ctx, config) {
1342
1342
  });
1343
1343
  debugLog('INFO', '插件初始化完成');
1344
1344
  }
1345
+ apply.inject = ['aria2', 'downloads'];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-video-parser-all",
3
3
  "description": "Koishi 全平台视频/图集解析插件,支持抖音/快手/B站/微博/小红书/剪映/YouTube/TikTok等20+平台",
4
- "version": "1.4.6",
4
+ "version": "1.4.7",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [