network/youtube-dl: Updated for version 2016.03.27.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
535dd4b921
commit
da42cc00b8
|
@ -271,6 +271,12 @@ Number of retries (default is 10), or "infinite".
|
|||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \-\-fragment\-retries \f[I]RETRIES\f[]
|
||||
Number of retries for a fragment (default is 10), or "infinite" (DASH
|
||||
only)
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \-\-buffer\-size \f[I]SIZE\f[]
|
||||
Size of download buffer (e.g.
|
||||
1024 or 16K) (default is 1024)
|
||||
|
@ -775,7 +781,7 @@ overwritten by default
|
|||
.RE
|
||||
.TP
|
||||
.B \-\-embed\-subs
|
||||
Embed subtitles in the video (only for mkv and mp4 videos)
|
||||
Embed subtitles in the video (only for mp4, webm and mkv videos)
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
|
@ -1666,7 +1672,7 @@ If you want to create a build of youtube\-dl yourself, you\[aq]ll need
|
|||
.IP \[bu] 2
|
||||
python
|
||||
.IP \[bu] 2
|
||||
make
|
||||
make (both GNU make and BSD make are supported)
|
||||
.IP \[bu] 2
|
||||
pandoc
|
||||
.IP \[bu] 2
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=youtube-dl
|
||||
VERSION=${VERSION:-2016.03.18}
|
||||
VERSION=${VERSION:-2016.03.27}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2016.03.18"
|
||||
VERSION="2016.03.27"
|
||||
HOMEPAGE="https://rg3.github.io/youtube-dl"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.03.18.tar.gz"
|
||||
MD5SUM="2950443ad32e27356a48f34fb5891356"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.03.27.tar.gz"
|
||||
MD5SUM="67a22919f8acd2bf2e6ad17a51ccf436"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue