From 36ffea251b1bd77966b5cf400c3fd65de5aecf86 Mon Sep 17 00:00:00 2001 From: AGSPhoenix Date: Sat, 19 Apr 2014 00:07:34 -0400 Subject: [PATCH] Document concat parameter --- youtube_dl/YoutubeDL.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 827fdebc6..f5bb3173d 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -128,6 +128,7 @@ class YoutubeDL(object): listsubtitles: Lists all available subtitles for the video subtitlesformat: Subtitle format [srt/sbv/vtt] (default=srt) subtitleslangs: List of languages of the subtitles to download + concat: Join videos in a playlist end-to-end keepvideo: Keep the video file after post-processing daterange: A DateRange object, download only if the upload_date is in the range. skip_download: Skip the actual download of the video file