diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-09-30 16:26:25 -0400 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-09-30 16:26:25 -0400 |
commit | 47192f92d801f38c0a608ca9c6cecc682ab2ecc6 (patch) | |
tree | 847734f3ccfe41bb0d46afdba8843524f7cb40b9 /README.md | |
parent | 722076a123c60ed6d5a978c4bc2609f46c8e3ee9 (diff) |
implement --no-playlist to only download current video - closes #755
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ which means you can modify it, redistribute it or use it however you like. --date DATE download only videos uploaded in this date --datebefore DATE download only videos uploaded before this date --dateafter DATE download only videos uploaded after this date + --no-playlist download only the currently playing video ## Download Options: -r, --rate-limit LIMIT maximum download rate (e.g. 50k or 44.6m) |