1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

Allow running some postprocessors before actual download

This commit is contained in:
pukkandan
2021-04-11 03:48:07 +05:30
parent f4f751af40
commit 56d868dbb7
4 changed files with 54 additions and 60 deletions

View File

@ -1,7 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
import os
import subprocess
import struct