diff options
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 |