Fix yt-dl not downloading file due to same filename

This commit is contained in:
ReSummit
2026-01-19 20:06:52 -08:00
parent 9d9d23e67f
commit c342ccb2b5

View File

@@ -310,7 +310,7 @@ if __name__ == "__main__":
yt_dlp_options = { yt_dlp_options = {
'format': 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best', 'format': 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best',
'outtmpl': '%(title)s.%(ext)s', 'outtmpl': '%(title)s [%(id)s].%(ext)s',
'merge_output_format': 'mp4', 'merge_output_format': 'mp4',
'quiet': False, 'quiet': False,
'postprocessors': [{ 'postprocessors': [{