Created
November 12, 2025 13:53
-
-
Save chigirits/fc725d91bb01de1cdc7ac91484336ff4 to your computer and use it in GitHub Desktop.
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 | |
| for /f "delims=" %%i in ('powershell -c "gcb -f text"') do ( | |
| set URL=%%i | |
| ) | |
| echo %URL% | |
| cd %localappdata%low\VRChat\VRChat\Tools | |
| for /f "usebackq delims=" %%A in (`yt-dlp.exe --get-url %URL%`) do set NEWURL=%%A | |
| echo %NEWURL% | clip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment