about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2013-09-30 16:26:25 -0400
committerFilippo Valsorda <filippo.valsorda@gmail.com>2013-09-30 16:26:25 -0400
commit47192f92d801f38c0a608ca9c6cecc682ab2ecc6 (patch)
tree847734f3ccfe41bb0d46afdba8843524f7cb40b9 /README.md
parent722076a123c60ed6d5a978c4bc2609f46c8e3ee9 (diff)
downloadyoutube-dl-47192f92d801f38c0a608ca9c6cecc682ab2ecc6.tar.gz
youtube-dl-47192f92d801f38c0a608ca9c6cecc682ab2ecc6.tar.xz
youtube-dl-47192f92d801f38c0a608ca9c6cecc682ab2ecc6.zip
implement --no-playlist to only download current video - closes #755
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index fc8070c37..66a483b76 100644
--- a/README.md
+++ b/README.md
@@ -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)