Skip to content

Instantly share code, notes, and snippets.

@Nerahikada
Last active March 2, 2025 13:57
Show Gist options
  • Save Nerahikada/c660c7ea5835d3dc776f9726da281d7d to your computer and use it in GitHub Desktop.
Save Nerahikada/c660c7ea5835d3dc776f9726da281d7d to your computer and use it in GitHub Desktop.
Fix video player in VRChat
@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"
@Nerahikada
Copy link
Author

動画プレイヤーが機能しない問題は修正されたようです
このスクリプトを実行する必要はありません

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment