about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorAtlas Sullivan <AtlasJan@gmx.com>2019-01-11 19:15:48 +0000
committerSergey M <dstftw@gmail.com>2019-01-12 02:15:48 +0700
commit60a899bb7ed583b4c40289925c8127e746c683ea (patch)
tree4e44c85d95dc01b1de4f4b659da9e7b6d168a68b /README.md
parentcbdc688c41876714f1d7e2f82ba9d11f6695448a (diff)
downloadyoutube-dl-60a899bb7ed583b4c40289925c8127e746c683ea.tar.gz
youtube-dl-60a899bb7ed583b4c40289925c8127e746c683ea.tar.xz
youtube-dl-60a899bb7ed583b4c40289925c8127e746c683ea.zip
[README.md] Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 901595444..70bcfaccf 100644
--- a/README.md
+++ b/README.md
@@ -496,7 +496,7 @@ The `-o` option allows users to indicate a template for the output file names.
 
 **tl;dr:** [navigate me to examples](#output-template-examples).
 
-The basic usage is not to set any template arguments when downloading a single file, like in `youtube-dl -o funny_video.flv "https://some/video"`. However, it may contain special sequences that will be replaced when downloading each video. The special sequences may be formatted according to [python string formatting operations](https://docs.python.org/2/library/stdtypes.html#string-formatting). For example, `%(NAME)s` or `%(NAME)05d`. To clarify, that is a percent symbol followed by a name in parentheses, followed by a formatting operations. Allowed names along with sequence type are:
+The basic usage is not to set any template arguments when downloading a single file, like in `youtube-dl -o funny_video.flv "https://some/video"`. However, it may contain special sequences that will be replaced when downloading each video. The special sequences may be formatted according to [python string formatting operations](https://docs.python.org/2/library/stdtypes.html#string-formatting). For example, `%(NAME)s` or `%(NAME)05d`. To clarify, that is a percent symbol followed by a name in parentheses, followed by formatting operations. Allowed names along with sequence type are:
 
  - `id` (string): Video identifier
  - `title` (string): Video title