1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-26 12:11:52 +00:00

Update readme to reflect %(id)s and %(provider)s for the --output parameter

This commit is contained in:
danut007ro 2012-09-29 00:08:22 +03:00
parent c7d20cbc02
commit e0c5e9a532

View file

@ -42,9 +42,10 @@ which means you can modify it, redistribute it or use it however you like.
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), and
%% for a literal percent. Use - to output to
stdout.
%(upload_date)s for the upload date (YYYYMMDD),
%(provider) 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)
-w, --no-overwrites do not overwrite files
-c, --continue resume partially downloaded files