]> jfr.im git - yt-dlp.git/commit - yt_dlp/YoutubeDL.py
Fix f005a35aa7e4f67a0c603a946c0dd714c151b2d6
authorpukkandan <redacted>
Fri, 28 Apr 2023 21:27:50 +0000 (02:57 +0530)
committerpukkandan <redacted>
Fri, 28 Apr 2023 21:36:42 +0000 (03:06 +0530)
commit17ba4343cf99701692a7f4798fd42b50f644faba
treecb5646d3d80a2385d8d1d9b6a400e5bbe6c68e7b
parentf005a35aa7e4f67a0c603a946c0dd714c151b2d6
Fix f005a35aa7e4f67a0c603a946c0dd714c151b2d6

Printing inside `finally` causes the order of logging to change
when there is an error, which is undesirable. So this is reverted.

The issue of `--print` being blocked by pre-processors was an
unintentional side-effect of changing the operation orders in
170605840ea9d5ad75da6576485ea7d125b428ee, and this is also partially
reverted.
yt_dlp/YoutubeDL.py