mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-09 07:42:57 +08:00
Improve description of --no-playlist/--yes-playlist
This commit is contained in:
parent
f16679e843
commit
70e20193c5
@ -168,9 +168,9 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
|
|||||||
use --match-filter "like_count > 100 &
|
use --match-filter "like_count > 100 &
|
||||||
dislike_count <? 50 & description" .
|
dislike_count <? 50 & description" .
|
||||||
--no-playlist Download only the video, if the URL refers
|
--no-playlist Download only the video, if the URL refers
|
||||||
to a video and a playlist.
|
to a video and not a playlist.
|
||||||
--yes-playlist Download the playlist, if the URL refers to
|
--yes-playlist Download the playlist, whether the URL refers to
|
||||||
a video and a playlist.
|
a video or a playlist.
|
||||||
--age-limit YEARS Download only videos suitable for the given
|
--age-limit YEARS Download only videos suitable for the given
|
||||||
age
|
age
|
||||||
--download-archive FILE Download only videos not listed in the
|
--download-archive FILE Download only videos not listed in the
|
||||||
|
Loading…
Reference in New Issue
Block a user