From 162d6644b47524ae60bbe770d6c20aceb56e9bf9 Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Wed, 19 Apr 2017 17:29:35 +0300 Subject: [PATCH] Update installers links --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d3f37db..b0ffc26 100644 --- a/README.md +++ b/README.md @@ -7,21 +7,17 @@ A cross platform front-end GUI of the popular [youtube-dl](http://rg3.github.io/ ![youtube-dl-gui main window](https://i.imgur.com/tMTtgPt.png) ## Installation - +* [source (.zip)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.3.8.zip) +* [source (.tar.gz)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.3.8.tar.gz) +* [pypi](https://pypi.python.org/pypi/youtube-dlg/0.3.8) +* [ubuntu ppa](http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/) +* [arch aur](https://aur.archlinux.org/packages/youtube-dl-gui-git/) +* [slackware slackbuild](https://slackbuilds.org/repository/14.2/network/youtube-dl-gui/) +* [windows installer](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-setup.zip) +* [windows portable](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-portable.zip) + **Linux (from source):** `sudo python setup.py install` -**Linux (Ubuntu PPA):** http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/ (TODO: update) - -**Linux (Arch AUR):** https://aur.archlinux.org/packages/youtube-dl-gui-git/ (TODO: update) - -**Linux (Slackware SlackBuild):** https://slackbuilds.org/repository/14.2/network/youtube-dl-gui/ - -**Windows:** TODO Package MSI/portable ZIP - -**Mac:** TODO Package app - -Then you can call youtube-dlg from the command line, using the `youtube-dl-gui` command, or by creating a desktop launcher (TODO) - ## Contributing **Support for new language:** See [Localization HOWTO](locale_build/HOWTO.md).