network/youtube-dl: Updated for version 2017.02.17.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-02-19 21:55:30 +02:00 committed by Willy Sudiarto Raharjo
parent 5a382d3919
commit 73c2a0af38
3 changed files with 10 additions and 10 deletions

View File

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

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=youtube-dl
VERSION=${VERSION:-2017.02.11}
VERSION=${VERSION:-2017.02.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="youtube-dl"
VERSION="2017.02.11"
VERSION="2017.02.17"
HOMEPAGE="https://rg3.github.io/youtube-dl"
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.02.11.tar.gz"
MD5SUM="da6b1d726a00697f406b331a3503aa11"
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2017.02.17.tar.gz"
MD5SUM="7dfb23c397b207e341943768a62d219b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""