From eb98604eef612878abfa2852b2465651ea5a709a Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Mon, 23 Dec 2013 21:52:52 -0500 Subject: [PATCH] update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a2432d..ec5a9a2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ gohls - HTTP Live Streaming (HLS) downloader written in Golang -Current version: **1.0.0** +* Current version: **1.0.0** * Author: Kevin Zhang * License [GNU GPL version 3](http://www.gnu.org/licenses/gpl-3.0.txt) @@ -11,9 +11,9 @@ Current version: **1.0.0** `gohls [-l=bool] [-t duration] [-ua user-agent] media-playlist-url output-file` - -l=false: Use local time to track duration instead of supplied metadata - -t=0: Recording duration (0 == infinite) - -ua="Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0": User-Agent for HTTP client +* -l=false: Use local time to track duration instead of supplied metadata +* -t=0: Recording duration (0 == infinite) +* -ua="Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0": User-Agent for HTTP client The recording duration should be specified as a Go-compatible [duration string](http://golang.org/pkg/time/#ParseDuration).