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