aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/embedthumbnail.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-05-20 18:02:58 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-05-20 18:02:58 +0530
commit28b0eb0f65fa48f44cf40b202fdfdcd7a7e957a6 (patch)
tree1546eb1adb5e31456d8de9505cf28c25de9937b9 /yt_dlp/postprocessor/embedthumbnail.py
parent95131b2176bbfcc070aa0d35845ed02987516ea1 (diff)
downloadhypervideo-pre-28b0eb0f65fa48f44cf40b202fdfdcd7a7e957a6.tar.lz
hypervideo-pre-28b0eb0f65fa48f44cf40b202fdfdcd7a7e957a6.tar.xz
hypervideo-pre-28b0eb0f65fa48f44cf40b202fdfdcd7a7e957a6.zip
[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`
Diffstat (limited to 'yt_dlp/postprocessor/embedthumbnail.py')
-rw-r--r--yt_dlp/postprocessor/embedthumbnail.py1
1 files changed, 0 insertions, 1 deletions
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