This repository has been archived on 2024-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
Gplay-4k-Downloader/GPLAY.bat
widevinedump f910bf33ca Updated
2021-12-23 15:51:08 +05:30

8 lines
69 B
Batchfile

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