work
This commit is contained in:
parent
b918dfecd7
commit
aa7734669c
3 changed files with 2 additions and 3 deletions
2
.github/workflows/ci-windows.yaml
vendored
2
.github/workflows/ci-windows.yaml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- name: Run unit tests with coverage
|
||||
run: |
|
||||
curl.exe -o ffmpeg.zip https://github.com/yt-dlp/FFmpeg-Builds/releases/latest/download/ffmpeg-master-latest-win64-gpl.zip
|
||||
curl.exe -L -o ffmpeg.zip https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip
|
||||
tar -xf ffmpeg.zip
|
||||
ls
|
||||
move "ffmpeg-master-latest-win64-gpl\bin\ffmpeg.exe" "ffmpeg.exe"
|
||||
|
|
|
|||
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -126,7 +126,6 @@ jobs:
|
|||
|
||||
test-plugins:
|
||||
runs-on: ubuntu-22.04
|
||||
needs: test-build
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
|
|
|||
|
|
@ -285,7 +285,7 @@ docker run -d \
|
|||
Download and use our latest executable using the command below. For Windows users, use this method in
|
||||
[WSL](https://learn.microsoft.com/en-us/windows/wsl/). FFmpeg is a required dependency.
|
||||
```commandline
|
||||
curl -L https://github.com/jmbannon/ytdl-sub/releases/latest/download/ytdl-sub > ytdl-sub
|
||||
curl -L -o ytdl-sub https://github.com/jmbannon/ytdl-sub/releases/latest/download/ytdl-sub
|
||||
chmod +x ytdl-sub
|
||||
./ytdl-sub -h
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue