From 56d868dbb7c72e4fbe9d28d4837cc59261d8fe55 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sun, 11 Apr 2021 03:48:07 +0530 Subject: Allow running some `postprocessors` before actual download --- 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 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 -- cgit v1.2.3