Gplay-4k-Downloader/GPLAY.bat

8 lines
69 B
Batchfile

@@ECHO OFF
set/p URL="URL: "
movie.py --url %URL%
pause
@@ECHO OFF