Change to prefer free formats instead

This commit is contained in:
nexy7574 2023-09-09 21:59:31 +01:00
parent 81ca162c4f
commit ea99c3e509

View file

@ -942,7 +942,8 @@ class OtherCog(commands.Cog):
"trim_file_name": 128, "trim_file_name": 128,
"extract_audio": extract_audio, "extract_audio": extract_audio,
"format_sort": ["codec:h264", "ext"], "format_sort": ["codec:h264", "ext"],
"merge_output_format": "webm/mp4/mov/ogg/m4a/mp3/wav", # "merge_output_format": "webm/mp4/mov/ogg/m4a/mp3/wav",
"prefer_free_formats": True,
"source_address": "0.0.0.0", "source_address": "0.0.0.0",
} }
if extract_audio: if extract_audio: