From 28b0eb0f65fa48f44cf40b202fdfdcd7a7e957a6 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Thu, 20 May 2021 18:02:58 +0530 Subject: [cleanup] See desc * Remove struct from `embedthumbnail` * Use bullet lists in readme where numbered list don't make sense * Fix error introduced in 9c2b75b5616f058c3970e54c664e9543f86b9f0c when `ie_result` is `None` --- yt_dlp/postprocessor/embedthumbnail.py | 1 - 1 file changed, 1 deletion(-) (limited to 'yt_dlp/postprocessor/embedthumbnail.py') diff --git a/yt_dlp/postprocessor/embedthumbnail.py b/yt_dlp/postprocessor/embedthumbnail.py index d3fd2cafd..2d4f42a20 100644 --- a/yt_dlp/postprocessor/embedthumbnail.py +++ b/yt_dlp/postprocessor/embedthumbnail.py @@ -4,7 +4,6 @@ from __future__ import unicode_literals import base64 import imghdr import os -import struct import subprocess import re -- cgit v1.2.3