[README.md] Quote URL in streaming to player FAQ entry

This commit is contained in:
Sergey M․ 2016-08-25 18:05:01 +07:00
parent d37708fc86
commit 6a76b53355
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@ Passing cookies to youtube-dl is a good way to workaround login when a particula
You will first need to tell youtube-dl to stream media to stdout with `-o -`, and also tell your media player to read from stdin (it must be capable of this for streaming) and then pipe former to latter. For example, streaming to [vlc](http://www.videolan.org/) can be achieved with:
youtube-dl -o - http://www.youtube.com/watch?v=BaW_jenozKcj | vlc -
youtube-dl -o - "http://www.youtube.com/watch?v=BaW_jenozKcj" | vlc -
### Can you add support for this anime video site, or site which shows current movies for free?