mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
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
3 changed files with 10 additions and 4 deletions
|
@ -167,6 +167,12 @@ Force bypass geographic restriction with explicitly provided two\-letter
|
|||
ISO 3166\-2 country code (experimental)
|
||||
.RS
|
||||
.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:
|
||||
.TP
|
||||
.B \-\-playlist\-start \f[I]NUMBER\f[]
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=youtube-dl
|
||||
VERSION=${VERSION:-2018.05.01}
|
||||
VERSION=${VERSION:-2018.05.09}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2018.05.01"
|
||||
VERSION="2018.05.09"
|
||||
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"
|
||||
MD5SUM="f8c1a79c58a46c72cb4b323d4723b002"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2018.05.09/youtube-dl-2018.05.09.tar.gz"
|
||||
MD5SUM="bc9c667adb27fe0524e37ae6babec670"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue