aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2cc840f..c90d742 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,19 @@ 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.
-![](images/hypervideo_gui.png)
+![](images/screenshot.png)
### Dependencies
- PyQt5 (`pacman -S python-pyqt5`)
- hypervideo (`pacman -S hypervideo`)
- ffmpeg (`pacman -S ffmpeg`)
+### Install
+
+`pacman -S hypervideo-gui`
+
### Usage
-1. Run `python hypervideo_gui.py`
+1. Run `hypervideo-gui` in terminal
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
@@ -29,8 +33,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.
-`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 script.py`.
### Troubleshooting
Make sure you have the latest version of hypervideo! Use `pacman -Sy hypervideo`in the command line.