pip install pytube pysimplegui
python get_video.py
Default destination folder is ~/Downloads/
.
You can change it by specifying DEFAULT_DIR
in config.py
.
You can also build an app. py2app
is required.
python setup.py py2app
If you generate an app, you must set DEFAULT_DIR
and it must be an absolute path.