diff options
-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 |