From b75dbe78a27270fcb987cfa2faa19591d075fd78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=90=AF=E6=98=8E?= <455043818@qq.com> Date: Fri, 24 May 2024 18:14:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:5=E6=9C=8824=E6=97=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/daily/2024-05.md | 3 +++ docs/javascript/2024-03-07-youtobe.md | 10 ++++++++++ docs/javascript/2024-05-08-whisper.md | 3 +++ 3 files changed, 16 insertions(+) diff --git a/docs/daily/2024-05.md b/docs/daily/2024-05.md index 7e1c6ea448..955667b4f0 100644 --- a/docs/daily/2024-05.md +++ b/docs/daily/2024-05.md @@ -1,3 +1,6 @@ +## 5月23日 +- 替代宝塔的 + - https://1panel.cn/docs/installation/online_installation/ ## 5月21日 - navicat 17破解 - https://github.com/LiJunYi2/navicat-keygen-16V diff --git a/docs/javascript/2024-03-07-youtobe.md b/docs/javascript/2024-03-07-youtobe.md index 78dc6e5a8d..7c93be006a 100644 --- a/docs/javascript/2024-03-07-youtobe.md +++ b/docs/javascript/2024-03-07-youtobe.md @@ -1,3 +1,13 @@ +## 2024-05-23最新整理 +- 列出所有的字幕 + - yt-dlp https://youtu.be/EdsxoHQrhac?si=4MjH5C46PZJIB3k6 --list-subs + - yt-dlp https://youtu.be/JPP5R8kV-wE?si=jt02xp9RS6JcBJhw --list-subs + - yt-dlp https://youtu.be/PE89NysJEUY --list-subs +- 同时下载 zh和en字幕文件(如果有的情况下) + - yt-dlp https://youtu.be/EdsxoHQrhac?si=4MjH5C46PZJIB3k6 --write-subs --sub-langs "zh.*,en.*" --skip-download + - yt-dlp https://youtu.be/JPP5R8kV-wE?si=jt02xp9RS6JcBJhw --write-subs --sub-langs "en.*" --skip-download + + ## yt-dlp 同时下载视频和字幕 ``` //当然没有字幕文件的话 就不下载了 diff --git a/docs/javascript/2024-05-08-whisper.md b/docs/javascript/2024-05-08-whisper.md index 2943b2fadf..442b19c1fd 100644 --- a/docs/javascript/2024-05-08-whisper.md +++ b/docs/javascript/2024-05-08-whisper.md @@ -22,3 +22,6 @@ window、mac、 linux都可以 conda安装 - https://blog.csdn.net/m0_74942241/article/details/134136434 + +## whisper替换为阿里的通义听悟 +- https://help.aliyun.com/zh/tingwu/?spm=a2c4g.11186623.0.0.307b67349DyWbD \ No newline at end of file