Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken url's in readme #863

Merged
merged 1 commit into from
Jul 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Features
- Works with Windows, Linux and Mac OS X
- Requires mplayer or mpv

This project is based on `mps <https://github.com/np1/mps>`_, a terminal based program to search, stream and download music. This implementation uses YouTube as a source of content and can play and download video as well as audio. The `pafy <https://github.com/np1/pafy>`_ library handles interfacing with YouTube.
This project is based on `mps <https://github.com/np1/mps>`_, a terminal based program to search, stream and download music. This implementation uses YouTube as a source of content and can play and download video as well as audio. The `pafy <https://github.com/mps-youtube/pafy>`_ library handles interfacing with YouTube.

`FAQ / Troubleshooting common issues <https://github.com/np1/mps-youtube/wiki/Troubleshooting>`_
`FAQ / Troubleshooting common issues <https://github.com/mps-youtube/mps-youtube/wiki/Troubleshooting>`_

Screenshots
-----------
Expand All @@ -39,7 +39,7 @@ A standard search is performed by entering ``/`` followed by search terms.

Local Playlists
~~~~~~~~~~~~~~~
.. image:: http://mps-youtube.github.io/mps-youtube/local-playlists.png
.. image:: http://mps-youtube.github.io/mps-youtube/local-playlist.png

Search result items can easily be stored in local playlists.

Expand Down Expand Up @@ -132,7 +132,7 @@ Or with `Homebrew <http://brew.sh>`_::
Additional Windows installation notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

As an alternative to installing with pip, there is a standalone binary available. Go to `Releases <https://github.com/np1/mps-youtube/releases>`_ and download mpsyt-VERSION.exe under downloads for the latest release.
As an alternative to installing with pip, there is a standalone binary available. Go to `Releases <https://github.com/mps-youtube/mps-youtube/releases>`_ and download mpsyt-VERSION.exe under downloads for the latest release.

Install the python `colorama <https://pypi.python.org/pypi/colorama>`_ module to get colors (optional)::

Expand Down Expand Up @@ -162,7 +162,7 @@ If you would like to locally build the container you can run the following steps

Check out this repo::

git clone https://github.com/np1/mps-youtube.git
git clone https://github.com/mps-youtube/mps-youtube.git

Enter the directory and run docker build::

Expand Down