mirror of
https://github.com/Steffo99/youtubedlez.git
synced 2024-11-22 07:44:19 +00:00
🐛 Properly apply postprocessors
This commit is contained in:
parent
0badcddcd2
commit
edc879a12d
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ print()
|
|||
with youtube_dl.YoutubeDL({
|
||||
"noplaylist": True,
|
||||
"prefer_ffmpeg": True,
|
||||
"outtmpl": f"{dl_location}/%(extractor)s__%(title)s.%(ext)s"
|
||||
"outtmpl": f"{dl_location}/%(extractor)s__%(title)s.%(ext)s",
|
||||
"postprocessors": postprocessors,
|
||||
}) as ytdl:
|
||||
ytdl.download([dl_url])
|
||||
print()
|
||||
|
|
Loading…
Reference in a new issue