diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2012-09-27 20:21:20 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2012-09-27 20:21:20 +0200 |
commit | 20326b8b1bfd7ba29bafc099f21a9b2e10c01776 (patch) | |
tree | ba2e24a26faa496ab84c9aadd9f9e0da3372756e /youtube-dl.1 | |
parent | 5d534e2fe6e4f73c6eff3ede0442c1d2f3191b00 (diff) |
Let Makefile use youtube-dl source code instead of compiled binary
Diffstat (limited to 'youtube-dl.1')
-rw-r--r-- | youtube-dl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl.1 b/youtube-dl.1 index 1220a3a57..38e140e7e 100644 --- a/youtube-dl.1 +++ b/youtube-dl.1 @@ -25,7 +25,7 @@ redistribute it or use it however you like. -r,\ --rate-limit\ LIMIT\ \ \ download\ rate\ limit\ (e.g.\ 50k\ or\ 44.6m) -R,\ --retries\ RETRIES\ \ \ \ number\ of\ retries\ (default\ is\ 10) --dump-user-agent\ \ \ \ \ \ \ \ display\ the\ current\ browser\ identification ---user-agent\ None\ \ \ \ \ \ \ \ specify\ a\ custom\ user\ agent +--user-agent\ UA\ \ \ \ \ \ \ \ \ \ specify\ a\ custom\ user\ agent --list-extractors\ \ \ \ \ \ \ \ List\ all\ supported\ extractors\ and\ the\ URLs\ they \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ would\ handle \f[] |