summaryrefslogtreecommitdiff
path: root/network/youtube-dl/youtube-dl.1
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2017-02-19 21:55:30 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-21 16:44:51 +0700
commit73c2a0af38e7c5b568fde1f88b8d49c08a3059de (patch)
treee3ac2786f0b28ae955ff2446a09c846b19413536 /network/youtube-dl/youtube-dl.1
parent5a382d39198eef68822a71c96c2b906d40d2911e (diff)
downloadslackbuilds-73c2a0af38e7c5b568fde1f88b8d49c08a3059de.tar.gz
network/youtube-dl: Updated for version 2017.02.17.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/youtube-dl/youtube-dl.1')
-rw-r--r--network/youtube-dl/youtube-dl.112
1 files changed, 6 insertions, 6 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1
index 38c41e25d2..36abdb87de 100644
--- a/network/youtube-dl/youtube-dl.1
+++ b/network/youtube-dl/youtube-dl.1
@@ -224,15 +224,15 @@ Do not download any videos with more than COUNT views
.B \-\-match\-filter \f[I]FILTER\f[]
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 >
+if the key is present, !key to 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 match videos that have been
-liked more than 100 times and disliked less than 50 times (or the
-dislike functionality is not available at the given service), but who
-also have a description, use \-\-match\-filter "like_count > 100 &
-dislike_count <?
+(?) 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 available at the given service), but who also have a description,
+use \-\-match\-filter "like_count > 100 & dislike_count <?
50 & description" .
.RS
.RE