aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md29
1 files changed, 16 insertions, 13 deletions
diff --git a/README.md b/README.md
index f70fc6f..fd64833 100644
--- a/README.md
+++ b/README.md
@@ -6,17 +6,22 @@ that can be easily shared and used by non-programmers.
![](images/hypervideo_gui.png)
+### 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.