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.

8 lines
69 B
Batchfile
Raw Normal View History

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