Simple Hypervideo Downloader GUI
Jesús 458d108f44 update URL | vor 3 Jahren | |
---|---|---|
bin | vor 5 Jahren | |
hypervideo_gui | vor 4 Jahren | |
images | vor 5 Jahren | |
setup-files | vor 5 Jahren | |
.build.yml | vor 3 Jahren | |
.flake8 | vor 4 Jahren | |
.gitignore | vor 3 Jahren | |
.gitlab-ci.yml | vor 4 Jahren | |
Changelog.md | vor 4 Jahren | |
LICENSE | vor 5 Jahren | |
Makefile | vor 3 Jahren | |
README.md | vor 3 Jahren | |
requirements.txt | vor 4 Jahren | |
requirements_devs.txt | vor 4 Jahren | |
script.py | vor 4 Jahren | |
setup.py | vor 3 Jahren |
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+