【AppData】の検索結果
VRChatで機能しないyt-dlpを正常なものに置換するスクリプトをつくりました
VRChatが正常なものを投入するようになったら以下のコマンドを実行すること
ATTRIB -R %AppData%\..\LocalLow\VRChat\VRChat\tools\yt-dlp.exe
バッチは何故か機能しないので,結局のところ手作業になりそう
一番嫌いなのでやりたくないけど...
1. ttps://github.com/yt-dlp/yt-dlp/releases/download/2024.10.22/yt-dlp.exe へアクセス
2. 保存先を指定するExplorerが開いたらアドレスバーに
%AppData%\..\LocalLow\VRChat\VRChat\tools\
3. 保存後,プロパティから読み取り専用にチェックを入れ,OKする.
暫定対応なので,後でyt-dlpの読み取り専用属性を外しておく
RE: https://msky.haruyjsn.net/notes/a0kxhqejff
VRChatのyt-dlpをリプレースするバッチファイルのようなもの,これで動くはずなのに,何かがおかしい
cd %AppData%\..\LocalLow\VRChat\VRChat\tools
curl https://github.com/yt-dlp/yt-dlp/releases/download/2024.10.22/yt-dlp.exe -L -o yt-dlp.exe
attrib +r yt-dlp.exe
pause
>yt-dlp.exe
[PYI-33168:ERROR] Could not create temporary directory!