diff options
Diffstat (limited to 'yt_dlp/utils.py')
-rw-r--r-- | yt_dlp/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py index b80a8cedb..27bdc50fe 100644 --- a/yt_dlp/utils.py +++ b/yt_dlp/utils.py @@ -4311,6 +4311,7 @@ OUTTMPL_TYPES = { 'description': 'description', 'annotation': 'annotations.xml', 'infojson': 'info.json', + 'pl_thumbnail': None, 'pl_description': 'description', 'pl_infojson': 'info.json', } |