From 3b603dbdf139efe187f961dbe8b1b24ba16ae194 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Thu, 13 Jan 2022 16:31:08 +0530 Subject: Add option `--concat-playlist` Closes #1855, related: #382 --- yt_dlp/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'yt_dlp/utils.py') diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py index 9b7f65854..b7e718028 100644 --- a/yt_dlp/utils.py +++ b/yt_dlp/utils.py @@ -4695,6 +4695,7 @@ OUTTMPL_TYPES = { 'annotation': 'annotations.xml', 'infojson': 'info.json', 'link': None, + 'pl_video': None, 'pl_thumbnail': None, 'pl_description': 'description', 'pl_infojson': 'info.json', -- cgit v1.2.3