Skip to content

Commit cb670c2

Browse files
committed
修改说明
1 parent ddcf3b8 commit cb670c2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README-zh.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ yt-dlp的文档可以在这里找到=> [https://github.com/yt-dlp/yt-dlp](https:
4949
1. 先在命令后追加运行时与组件参数:
5050

5151
```bash
52+
优先使用:
53+
--js-runtimes node -f b -g {url}
54+
然后尝试使用:
5255
--js-runtimes deno --remote-components ejs:npm -f b -g {url}
5356
```
5457

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ If the pull URL fails, try the following in order (from simple to more advanced)
4848
1. First, append runtime and component parameters:
4949

5050
```bash
51+
Preferred:
52+
--js-runtimes node -f b -g {url}
53+
Then try using:
5154
--js-runtimes deno --remote-components ejs:npm -f b -g {url}
5255
```
5356

0 commit comments

Comments
 (0)