From 13879e2cef3c9847c00282ab52521dedc1ecf5ab Mon Sep 17 00:00:00 2001 From: HobbyistDev Date: Sat, 24 Feb 2024 15:49:02 +0800 Subject: [PATCH] remove duplicated same extraction process to `thumbnails` --- yt_dlp/extractor/viu.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yt_dlp/extractor/viu.py b/yt_dlp/extractor/viu.py index a65843cf63..3df12d7ed4 100644 --- a/yt_dlp/extractor/viu.py +++ b/yt_dlp/extractor/viu.py @@ -327,7 +327,6 @@ def _real_extract(self, url): 'id': video_id, 'formats': formats, 'subtitles': subtitles, - 'thumbnails': json_ld.get('thumbnails'), }, traverse_obj(json_ld, { 'thumbnails': 'thumbnails',