diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 | 
1 files changed, 8 insertions, 1 deletions
@@ -44,6 +44,10 @@ which means you can modify it, redistribute it or use it however you like.      --bidi-workaround          Work around terminals that lack bidirectional                                 text support. Requires bidiv or fribidi                                 executable in PATH +    --default-search PREFIX    Use this prefix for unqualified URLs. For example +                               "gvsearch2:" downloads two videos from google +                               videos for  youtube-dl "large apple". By default +                               (with value "auto") youtube-dl guesses.  ## Video Selection:      --playlist-start NUMBER    playlist video to start at (default is 1) @@ -71,6 +75,7 @@ which means you can modify it, redistribute it or use it however you like.      --download-archive FILE    Download only videos not listed in the archive                                 file. Record the IDs of all downloaded videos in                                 it. +    --include-ads              Download advertisements as well (experimental)  ## Download Options:      -r, --rate-limit LIMIT     maximum download rate in bytes per second (e.g. @@ -153,7 +158,9 @@ which means you can modify it, redistribute it or use it however you like.  ## Video Format Options:      -f, --format FORMAT        video format code, specify the order of                                 preference using slashes: "-f 22/17/18". "-f mp4" -                               and "-f flv" are also supported +                               and "-f flv" are also supported. You can also use +                               the special names "best", "bestaudio", "worst", +                               and "worstaudio"      --all-formats              download all available video formats      --prefer-free-formats      prefer free video formats unless a specific one                                 is requested  | 
