release 2017.02.17

This commit is contained in:
Sergey M․ 2017-02-17 23:59:56 +07:00
parent cf3704c132
commit 28e35f5070
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
4 changed files with 7 additions and 7 deletions

View file

@ -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