video-pipeline 1.2.2 → 1.2.3
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/CHANGELOG.md +11 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ video-pipeline --help
|
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
27
|
# 克隆或下载脚本
|
|
28
|
-
git clone https://
|
|
28
|
+
git clone https://github.com/GuoSirius/yt-dlp_ffmpeg_whisper_memo-ai.git
|
|
29
29
|
cd yt-dlp_ffmpeg_whisper_memo-ai
|
|
30
30
|
|
|
31
31
|
# 安装 Python 依赖
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "video-pipeline",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "视频下载、转码、文本识别、AI 关键词分析一体化流程 CLI 工具",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"video",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"tencent",
|
|
18
18
|
"youku"
|
|
19
19
|
],
|
|
20
|
-
"homepage": "https://
|
|
20
|
+
"homepage": "https://github.com/GuoSirius/yt-dlp_ffmpeg_whisper_memo-ai",
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "https://
|
|
23
|
+
"url": "https://github.com/GuoSirius/yt-dlp_ffmpeg_whisper_memo-ai.git"
|
|
24
24
|
},
|
|
25
25
|
"bugs": {
|
|
26
|
-
"url": "https://
|
|
26
|
+
"url": "https://github.com/GuoSirius/yt-dlp_ffmpeg_whisper_memo-ai/issues"
|
|
27
27
|
},
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"author": "",
|