Last active
March 2, 2025 13:57
-
-
Save Nerahikada/c660c7ea5835d3dc776f9726da281d7d to your computer and use it in GitHub Desktop.
Fix video player in VRChat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM I don't know why this doesn't work: curl -o "%UserProfile%\AppData\LocalLow\VRChat\VRChat\Tools\yt-dlp.exe" -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.10.22/yt-dlp.exe | |
curl -o "%Temp%\yt-dlp.exe" -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe | |
taskkill /f /t /im yt-dlp.exe | |
move /y "%Temp%\yt-dlp.exe" "%UserProfile%\AppData\LocalLow\VRChat\VRChat\Tools\yt-dlp.exe" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
動画プレイヤーが機能しない問題は修正されたようです
このスクリプトを実行する必要はありません