Skip to content

Instantly share code, notes, and snippets.

@chigirits
Created November 12, 2025 13:53
Show Gist options
  • Select an option

  • Save chigirits/fc725d91bb01de1cdc7ac91484336ff4 to your computer and use it in GitHub Desktop.

Select an option

Save chigirits/fc725d91bb01de1cdc7ac91484336ff4 to your computer and use it in GitHub Desktop.
@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