Skip to content

Commit

Permalink
Update README.md. openSUSE Build Service
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksis committed Dec 7, 2021
1 parent 2953004 commit 70f2261
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ libcrypt.so.2

.idea
.vscode
.vs
*.pyproj
*.sln
.ionide
*.spec
*.egg-info
*.whl
Expand Down
24 changes: 17 additions & 7 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.8.1/SHA2-256SUMS)
* [yt-dlg](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.8.1/yt-dlg)
* [yt-dlg.exe](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.8.1/yt-dlg.exe)
* [Source (.zip)](https://github.com/oleksis/youtube-dl-gui/archive/v1.8.1.zip)
* [Source (.tar.gz)](https://github.com/oleksis/youtube-dl-gui/archive/v1.8.1.tar.gz)
* [SHA2-256SUMS](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.8.2/SHA2-256SUMS)
* [yt-dlg](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.8.2/yt-dlg)
* [yt-dlg.exe](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.8.2/yt-dlg.exe)
* [Source (.zip)](https://github.com/oleksis/youtube-dl-gui/archive/v1.8.2.zip)
* [Source (.tar.gz)](https://github.com/oleksis/youtube-dl-gui/archive/v1.8.2.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.8.1*
* Change directory into *yt-dlg-1.8.2*
* Create virtual environment
```bash
make clean-requirements
Expand Down Expand Up @@ -124,7 +124,17 @@ sudo dpkg-reconfigure locales
```

## openSUSE Tumbleweed
With Python 3.8
Install using `zypper`

### Open Build Service
```bash
sudo zypper ar -cfp 90 https://download.opensuse.org/repositories/home:oleksis.fraga/openSUSE_Tumbleweed/home:oleksis.fraga.repo
sudo zypper install python38-yt-dlg
yt-dlg
```

### With Python 3.8
The following steps can be executed if you use the Python version of the system (3.6, 3.8, 3.9)

```bash
sudo zypper dup # Distribition Upgrade
Expand Down

0 comments on commit 70f2261

Please sign in to comment.