]> jfr.im git - yt-dlp.git/commit
Create `to_screen` and similar functions in postprocessor/common
authorpukkandan <redacted>
Sun, 10 Jan 2021 13:44:54 +0000 (19:14 +0530)
committerpukkandan <redacted>
Sun, 10 Jan 2021 16:52:24 +0000 (22:22 +0530)
commitf446cc66675629d3e043800d9ce74d3327f9fdfa
tree80c00c707c1404d088c1d5ded88248f69567243c
parentebdd9275c3e65b558125381a00fd77b0a8c2ce73
Create `to_screen` and similar functions in postprocessor/common
`to_screen`, `report_warning`, `report_error`, `write_debug`, `get_param`

This is a first step in standardizing these function. This has to be done eventually for extractors and downloaders too
youtube_dlc/postprocessor/common.py
youtube_dlc/postprocessor/embedthumbnail.py
youtube_dlc/postprocessor/ffmpeg.py
youtube_dlc/postprocessor/sponskrub.py
youtube_dlc/postprocessor/xattrpp.py