diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-11 15:30:47 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-11 15:30:47 -0500 |
commit | d2b4e4c0e5cbfaa766dd4fc8b281f83681dcc91a (patch) | |
tree | 5afb1c4c2b7bbde079deb88da389423123b12bf6 | |
parent | 18c251e0c6d336c948f00bae5c079409f8b8f9d9 (diff) | |
download | hypervideo-gui-d2b4e4c0e5cbfaa766dd4fc8b281f83681dcc91a.tar.lz hypervideo-gui-d2b4e4c0e5cbfaa766dd4fc8b281f83681dcc91a.tar.xz hypervideo-gui-d2b4e4c0e5cbfaa766dd4fc8b281f83681dcc91a.zip |
update README.md
-rw-r--r-- | README.md | 29 |
1 files changed, 16 insertions, 13 deletions
@@ -6,17 +6,22 @@ that can be easily shared and used by non-programmers.  +### Dependencies +- PyQT5 (`pacman -S python-pyqt5`) +- hypervideo (`pacman -S hypervideo`) +- ffmpeg (`pacman -S ffmpeg`) + ### Usage 1. Run `python hypervideo_gui.py` -1. Enter the URL of the video you want to download into the top "URL" textbox. -1. Then enter the folder to save the video to in the "Output Folder" textbox. -1. Next choose the video format - 1. To download the highest quality of video, select the video format `Video - Best Quality` - 1. If you only want the audio (saved as .mp3), select `Audio Only - Best Quality` - 1. If you want another video format, click `Detect All Available 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! -1. Click the Download button. +2. Enter the URL of the video you want to download into the top "URL" textbox. +3. Then enter the folder to save the video to in the "Output Folder" textbox. +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 + 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. ### Config directory downloads @@ -24,10 +29,8 @@ For default, download path settings are saved in file `~/.config/hypervideo_gui/hypervideo_gui_state.json` ### Developer Setup -Just set up Python3 with libraries PyQT5 (`pacman -S python-pyqt5`), -hypervideo (`pacman -S hypervideo`), -and ffmpeg (`pacman -S ffmpeg`) and run hypervideo_gui.py -(cd to the repository path, and then `python hypervideo_gui.py`). +Just set up Python3 with libraries PyQT5. +`cd` to the repository path, and then `python hypervideo_gui.py`. ### Troubleshooting Make sure you have the latest version of hypervideo! Use `pacman -Sy hypervideo`in the command line. |