mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-26 15:06:36 +00:00
Add comments about the added post processor
This commit is contained in:
parent
fcc14bcd36
commit
f2201d327e
@ -395,6 +395,9 @@ def download_media(
|
|||||||
# It already included user configured post processors as well.
|
# It already included user configured post processors as well.
|
||||||
ytopts['postprocessors'] = list(yt_dlp.get_postprocessors(pp_opts))
|
ytopts['postprocessors'] = list(yt_dlp.get_postprocessors(pp_opts))
|
||||||
|
|
||||||
|
# The ExtractAudio post processor can change the extension.
|
||||||
|
# This post processor is to change the final filename back
|
||||||
|
# to what we are expecting it to be.
|
||||||
final_path = Path(output_file)
|
final_path = Path(output_file)
|
||||||
try:
|
try:
|
||||||
final_path = final_path.resolve(strict=True)
|
final_path = final_path.resolve(strict=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user