1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

Clarify --no-playlist documentation (Closes #4309)

This commit is contained in:
Philipp Hagemeister
2014-11-26 10:51:03 +01:00
parent ddfd0f2727
commit acda92f6bc
3 changed files with 5 additions and 2 deletions

View File

@ -174,6 +174,8 @@ class YoutubeDL(object):
extract_flat: Do not resolve URLs, return the immediate result.
Pass in 'in_playlist' to only show this behavior for
playlist items.
no_playlist: If the URL contains both a playlist and a video ID,
download the video, not the playlist.
The following parameters are not used by YoutubeDL itself, they are used by
the FileDownloader: