diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-04-11 03:48:07 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-04-12 02:12:46 +0530 |
commit | 56d868dbb7c72e4fbe9d28d4837cc59261d8fe55 (patch) | |
tree | 33681efe7458f2d33daaac6306ba42dffad2e3b7 /yt_dlp/postprocessor/embedthumbnail.py | |
parent | f4f751af409a1db86215b87cc424960a8236ee93 (diff) | |
download | hypervideo-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.py | 1 |
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 |