We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a9da9 commit 96a61aaCopy full SHA for 96a61aa
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
cd LinkDown
18
del yt-dlp.exe
19
- curl -L --max-redirs -1 --output https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe
+ curl -L --max-redirs -1 --output yt-dlp.exe https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe
20
21
- name: Compile Setup Wizard
22
uses: Minionguyjpro/[email protected]
0 commit comments