network/youtube-dl: Updated for version 2018.05.09.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
2ef49fa507
commit
03e76fca16
|
@ -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[]
|
||||||
|
|
|
@ -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}
|
||||||
|
|
||||||
|
|
|
@ -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=""
|
||||||
|
|
Loading…
Reference in New Issue