diff --git a/README.md b/README.md index 56583d5..b3c306c 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,3 @@ Generated by Gemini CLI. 1. windows 上打包后运行命令会出现黑窗,而且还是会出现找不到 js-runtimes 的问题,但是 quickjs 是正常下载了 2. macos 上未测试 -3. 增加日志内容,除了下载日志,把运行日志,包括调用的完整命令也输出一下 -4. 解析多视频还是有问题,不显示视频列表,缩略图也不对 diff --git a/index.html b/index.html index 99f203f..b5cb5a7 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,8 @@
- -{{ analysisStore.metadata.entries.length }} videos found
++ {{ entry.duration ? Math.floor(entry.duration / 60) + ':' + String(Math.floor(entry.duration % 60)).padStart(2, '0') : '' }} + • {{ entry.uploader }} +
+{{ analysisStore.metadata.uploader }}
-{{ analysisStore.metadata.entries.length }} videos in playlist