Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Zhang committed Dec 24, 2013
1 parent 50d89fb commit eb98604
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

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)

## Usage / defaults

`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).

Expand Down

0 comments on commit eb98604

Please sign in to comment.