network/youtube-dl: Updated for version 2018.05.09.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2018-05-12 18:47:02 +02:00 committed by David Spencer
parent 2ef49fa507
commit 03e76fca16
3 changed files with 10 additions and 4 deletions

View file

@ -167,6 +167,12 @@ Force bypass geographic restriction with explicitly provided two\-letter
ISO 3166\-2 country code (experimental) ISO 3166\-2 country code (experimental)
.RS .RS
.RE .RE
.TP
.B \-\-geo\-bypass\-ip\-block \f[I]IP_BLOCK\f[]
Force bypass geographic restriction with explicitly provided IP block in
CIDR notation (experimental)
.RS
.RE
.SS Video Selection: .SS Video Selection:
.TP .TP
.B \-\-playlist\-start \f[I]NUMBER\f[] .B \-\-playlist\-start \f[I]NUMBER\f[]

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="youtube-dl" PRGNAM="youtube-dl"
VERSION="2018.05.01" VERSION="2018.05.09"
HOMEPAGE="https://rg3.github.io/youtube-dl" HOMEPAGE="https://rg3.github.io/youtube-dl"
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2018.04.09/youtube-dl-2018.05.01.tar.gz" DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2018.05.09/youtube-dl-2018.05.09.tar.gz"
MD5SUM="f8c1a79c58a46c72cb4b323d4723b002" MD5SUM="bc9c667adb27fe0524e37ae6babec670"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""