Simple Hypervideo Downloader GUI
Jesús 458d108f44 update URL | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
bin | %!s(int64=5) %!d(string=hai) anos | |
hypervideo_gui | %!s(int64=4) %!d(string=hai) anos | |
images | %!s(int64=5) %!d(string=hai) anos | |
setup-files | %!s(int64=5) %!d(string=hai) anos | |
.build.yml | %!s(int64=3) %!d(string=hai) anos | |
.flake8 | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=3) %!d(string=hai) anos | |
.gitlab-ci.yml | %!s(int64=4) %!d(string=hai) anos | |
Changelog.md | %!s(int64=4) %!d(string=hai) anos | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
Makefile | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos | |
requirements.txt | %!s(int64=4) %!d(string=hai) anos | |
requirements_devs.txt | %!s(int64=4) %!d(string=hai) anos | |
script.py | %!s(int64=4) %!d(string=hai) anos | |
setup.py | %!s(int64=3) %!d(string=hai) anos |
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+