Fixing new downloaders

I hope!
This commit is contained in:
Hydrus Network Developer 2024-02-19 14:11:05 -06:00
parent 041b48f835
commit 6f24956535
No known key found for this signature in database
GPG Key ID: 76249F053212133C
2 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,9 @@ jobs:
run: python3 -m pip install pyoxidizer==0.24.0
-
name: Download ffmpeg
run: curl -o ffmpeg-macos.7z https://evermeet.cx/ffmpeg/getrelease/ffmpeg/7z
run: |
cd $GITHUB_WORKSPACE
curl -o ffmpeg-macos.7z https://evermeet.cx/ffmpeg/getrelease/ffmpeg/7z
-
name: Process ffmpeg
run: |

View File

@ -28,7 +28,7 @@ jobs:
working-directory: hydrus
-
name: Download mpv-dev
run: Invoke-WebRequest -Uri "https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-20230212-git-a40958c.7z" -OutFile "mpv-dev-x86_64.7z"
run: Invoke-WebRequest -Uri "https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-20230212-git-a40958c.7z" -OutFile "mpv-dev-x86_64.7z" -Headers @{ "User-Agent" = "LetMeIn" }
-
name: Process mpv-dev
run: |