Skip to content

Commit

Permalink
Update README.md to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksis committed Sep 16, 2021
1 parent 7b7fcaf commit d06a27b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
- Get all Logs except "ffmpeg version"
- Do not send messages to the GUI if the app does not exist (Destroy)
- Close properly the file descriptors
- Fix issue when stop would crash when dl process has already been exited
- Fix issue where the cmd tools could not be executed because of permision issues on Linux

### Changed
- Migration to Python 3.*
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ A cross platform front-end GUI of the popular [youtube-dl](https://github.com/yt
* [GNU gettext](https://www.gnu.org/software/gettext/)

## Downloads
* [SHA2-256SUMS](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.0/SHA2-256SUMS)
* [yt-dlg](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.0/yt-dlg)
* [yt-dlg.exe](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.0/yt-dlg.exe)
* [Source (.zip)](https://github.com/oleksis/youtube-dl-gui/archive/v1.7.0.zip)
* [Source (.tar.gz)](https://github.com/oleksis/youtube-dl-gui/archive/v1.7.0.tar.gz)
* [SHA2-256SUMS](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.1/SHA2-256SUMS)
* [yt-dlg](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.1/yt-dlg)
* [yt-dlg.exe](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.1/yt-dlg.exe)
* [Source (.zip)](https://github.com/oleksis/youtube-dl-gui/archive/v1.7.1.zip)
* [Source (.tar.gz)](https://github.com/oleksis/youtube-dl-gui/archive/v1.7.1.tar.gz)

## Installation
In Windows install `make` using `winget`
Expand All @@ -37,7 +37,7 @@ sudo apt install make

### Install From Source
* Download & extract the source
* Change directory into *yt-dlg-1.7.0*
* Change directory into *yt-dlg-1.7.1*
* Create virtual environment
```bash
make clean-requirements
Expand Down

0 comments on commit d06a27b

Please sign in to comment.