-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix absolute/relative path handling; README updates
Kevin Zhang
committed
Dec 24, 2013
1 parent
c976d27
commit 50d89fb
Showing
2 changed files
with
64 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
gohls | ||
===== | ||
# gohls | ||
|
||
gohls - HTTP Live Streaming (HLS) downloader written in Golang | ||
|
||
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 | ||
|
||
The recording duration should be specified as a Go-compatible [duration string](http://golang.org/pkg/time/#ParseDuration). | ||
|
||
## TODO | ||
|
||
* Encrypted streams support? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters