Last active
December 23, 2021 13:06
-
-
Save pypy-vrc/224161374f452badbef9028e9bb11a5b to your computer and use it in GitHub Desktop.
VRChatYoutubeUpdater
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 | |
SETLOCAL | |
ECHO =============================== | |
ECHO VRChat Youtube-dl Updater v0.02 | |
ECHO ------------------------------- | |
ECHO( | |
ECHO DCinside VRChat Minor Gallery | |
ECHO by pypy(mina#5656) | |
ECHO( | |
FOR /F delims^=^"^ tokens^=2 %%A IN ('REG QUERY "HKCR\VRChat\shell\open\command" /VE') DO SET VRCHAT_PATH=%%A | |
SET VRCHAT_PATH=%VRCHAT_PATH:~0,-10% | |
IF NOT EXIST "%VRCHAT_PATH%" SET "VRCHAT_PATH=C:\Program Files (x86)\Steam\steamapps\common\VRChat" | |
"%VRCHAT_PATH%\VRChat_Data\StreamingAssets\youtube-dl.exe" --update | |
PING 127.0.0.1 -n 10 -w 1000 > NUL | |
ECHO( | |
ECHO Complete! | |
PAUSE |
It says "no such option --update"
youtube-dl bundled with VRChat has removed that option. it worked well in the past, but not now. 😢
d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It says "no such option --update"