aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/embedthumbnail.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-04-11 03:48:07 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-04-12 02:12:46 +0530
commit56d868dbb7c72e4fbe9d28d4837cc59261d8fe55 (patch)
tree33681efe7458f2d33daaac6306ba42dffad2e3b7 /yt_dlp/postprocessor/embedthumbnail.py
parentf4f751af409a1db86215b87cc424960a8236ee93 (diff)
downloadhypervideo-pre-56d868dbb7c72e4fbe9d28d4837cc59261d8fe55.tar.lz
hypervideo-pre-56d868dbb7c72e4fbe9d28d4837cc59261d8fe55.tar.xz
hypervideo-pre-56d868dbb7c72e4fbe9d28d4837cc59261d8fe55.zip
Allow running some `postprocessors` before actual download
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 905fbeb31..25124161a 100644
--- a/yt_dlp/postprocessor/embedthumbnail.py
+++ b/yt_dlp/postprocessor/embedthumbnail.py
@@ -1,7 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
-
import os
import subprocess
import struct