This repository has been archived on 2024-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

8 lines
69 B
Batchfile
Raw Permalink Normal View History

2021-12-23 15:51:08 +05:30
@@ECHO OFF
set/p URL="URL: "
movie.py --url %URL%
pause
@@ECHO OFF