summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-02-17 23:59:56 +0700
committerSergey M․ <dstftw@gmail.com>2017-02-17 23:59:56 +0700
commit28e35f50702a8841b4caf072a546ff06ca63db96 (patch)
treea46a2caf9f80f96218b24ef746030d4489770739 /README.md
parentcf3704c132800809caacc6ce89afa87f0dfae487 (diff)
downloadyoutube-dl-28e35f50702a8841b4caf072a546ff06ca63db96.tar.gz
youtube-dl-28e35f50702a8841b4caf072a546ff06ca63db96.tar.xz
youtube-dl-28e35f50702a8841b4caf072a546ff06ca63db96.zip
release 2017.02.17 2017.02.17
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 89876bd7a..c2a1a6b02 100644
--- a/README.md
+++ b/README.md
@@ -137,13 +137,13 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
     --match-filter FILTER            Generic video filter. Specify any key (see
                                      help for -o for a list of available keys)
                                      to match if the key is present, !key to
-                                     check if the key is not present,key >
+                                     check if the key is not present, key >
                                      NUMBER (like "comment_count > 12", also
                                      works with >=, <, <=, !=, =) to compare
                                      against a number, and & to require multiple
                                      matches. Values which are not known are
                                      excluded unless you put a question mark (?)
-                                     after the operator.For example, to only
+                                     after the operator. For example, to only
                                      match videos that have been liked more than
                                      100 times and disliked less than 50 times
                                      (or the dislike functionality is not