diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-20 11:17:39 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-20 11:17:39 -0500 |
commit | 0fba3581318a4c3a53438e081ea757538c13d739 (patch) | |
tree | 52bacf8e21922d6314f9100aa0d02949ad9728d3 | |
parent | 56e5d9dfd92364fa366caa5482ffd1abcf60c05d (diff) | |
download | hypervideo-gui-0fba3581318a4c3a53438e081ea757538c13d739.tar.lz hypervideo-gui-0fba3581318a4c3a53438e081ea757538c13d739.tar.xz hypervideo-gui-0fba3581318a4c3a53438e081ea757538c13d739.zip |
update README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -22,14 +22,15 @@ that can be easily shared and used by non-programmers. 4. Next choose the video format - To download the highest quality of video, select the video format `Video - Best Quality` - If you only want the audio (saved as .mp3), select `Audio Only - Best Quality` - - If you want another video format, click `Detect All Available Formats`, which will + - If you want another video format, click `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! 5. Click the Download button. ### Developer Setup Just set up Python3 with libraries PyQt5. -`cd` to the repository path, and then `make demo` or `python script.py`. + +Run `make demo` or `python script.py` ### Generate Tarball |