diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-03-24 10:16:15 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-25 20:03:54 +0700 |
commit | bbc062f3d0dec63a50fb17d31b55cd05a6d80be9 (patch) | |
tree | 7c4cc3285158a5e7a5f65c1b523c80f4250783c8 /network/youtube-dl/youtube-dl.1 | |
parent | f0c876e406b5e7c44fc09462eb7c5c1317e9457f (diff) | |
download | slackbuilds-bbc062f3d0dec63a50fb17d31b55cd05a6d80be9.tar.gz |
network/youtube-dl: Updated for version 2016.03.18.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/youtube-dl/youtube-dl.1')
-rw-r--r-- | network/youtube-dl/youtube-dl.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1 index c88d605ab6..6369cb7484 100644 --- a/network/youtube-dl/youtube-dl.1 +++ b/network/youtube-dl/youtube-dl.1 @@ -92,6 +92,16 @@ Do not extract the videos of a playlist, only list them. .RS .RE .TP +.B \-\-mark\-watched +Mark videos watched (YouTube only) +.RS +.RE +.TP +.B \-\-no\-mark\-watched +Do not mark videos watched (YouTube only) +.RS +.RE +.TP .B \-\-no\-color Do not emit color codes in output .RS @@ -297,7 +307,7 @@ while downloading (some players may not be able to play it) .TP .B \-\-external\-downloader \f[I]COMMAND\f[] Use the specified external downloader. -Currently supports aria2c,axel,curl,httpie,wget +Currently supports aria2c,avconv,axel,curl,ffmpeg,httpie,wget .RS .RE .TP @@ -936,6 +946,8 @@ Allowed names are: .IP \[bu] 2 \f[C]uploader\f[]: Full name of the video uploader .IP \[bu] 2 +\f[C]license\f[]: License name the video is licensed under +.IP \[bu] 2 \f[C]creator\f[]: The main artist who created the video .IP \[bu] 2 \f[C]release_date\f[]: The date (YYYYMMDD) when the video was released |