X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=README.md;h=abd8a5ef10cbd3d02a10e0854886603668ef6394;hb=92b91c18780938283c505f5662c458e049bf3567;hp=fb3479baf9dc8d9722fda03aebe04a0a1de98058;hpb=5c961d89df83006aede903547ec8b270ed42b785;p=youtube-dl diff --git a/README.md b/README.md index fb3479baf..abd8a5ef1 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,15 @@ which means you can modify it, redistribute it or use it however you like. ## Filesystem Options: -t, --title use title in file name - -l, --literal use literal title in file name + --id use video ID in file name + -l, --literal [deprecated] alias of --title -A, --auto-number number downloaded files starting from 00000 - -o, --output TEMPLATE output filename template. Use %(stitle)s to get the + -o, --output TEMPLATE output filename template. Use %(title)s to get the title, %(uploader)s for the uploader name, %(autonumber)s to get an automatically incremented number, %(ext)s for the filename extension, %(upload_date)s for the upload date (YYYYMMDD), - %(provider)s for the provider (youtube, metacafe, + %(extractor)s for the provider (youtube, metacafe, etc), %(id)s for the video id and %% for a literal percent. Use - to output to stdout. -a, --batch-file FILE file containing URLs to download ('-' for stdin) @@ -91,7 +92,7 @@ which means you can modify it, redistribute it or use it however you like. -n, --netrc use .netrc authentication data ## Post-processing Options: - --extract-audio convert video files to audio-only files (requires + -x, --extract-audio convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe) --audio-format FORMAT "best", "aac", "vorbis", "mp3", "m4a", or "wav"; best by default