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.

13 lines
153 B
Batchfile
Raw Normal View History

2021-09-01 02:57:54 +05:00
@ECHO OFF
ECHO Put Netflix Id here :
set /p MPD=
ECHO Quality Select :
set /p qu=
NFripper.py %MPD% -o Downloads -q %qu% --check
echo
pause
@ECHO OFF