Simple Hypervideo Downloader GUI
Jesús 458d108f44 update URL | před 3 roky | |
---|---|---|
bin | před 5 roky | |
hypervideo_gui | před 4 roky | |
images | před 5 roky | |
setup-files | před 5 roky | |
.build.yml | před 3 roky | |
.flake8 | před 4 roky | |
.gitignore | před 3 roky | |
.gitlab-ci.yml | před 4 roky | |
Changelog.md | před 4 roky | |
LICENSE | před 5 roky | |
Makefile | před 3 roky | |
README.md | před 3 roky | |
requirements.txt | před 4 roky | |
requirements_devs.txt | před 4 roky | |
script.py | před 4 roky | |
setup.py | před 3 roky |
Simple Hypervideo Downloader GUI is intended to serve as a basic interface for downloading YouTube videos/audio that can be easily shared and used by non-programmers.
pacman -S python-pyqt5
)pacman -S hypervideo
)pacman -S ffmpeg
)pacman -S hypervideo-gui
hypervideo-gui
in terminalVideo - Best Quality
Audio Only - Best Quality
Get Formats
, which will
fetch the available video formats and populate the dropdown with the available formats.
Warning: some of these formats may be video only or audio only!Just set up Python3 with libraries PyQt5.
Run make demo
or python script.py
$ make DEBUG=1 demo
or
$ python script.py -v
Require pandoc
for generate README.txt
# pacman -S pandoc
Run this to generate tarball:
$ make dist
Make sure you have the latest version of hypervideo! Use pacman -Sy hypervideo
in the command line.
For downloading audio only, you may need to install ffmpeg to handle the mp4 -> mp3 conversion
This work is under the License GNU GPLv3+