mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
'-'
This commit is contained in:
parent
9359a1079c
commit
873bb2335d
1 changed files with 1 additions and 2 deletions
|
@ -176,8 +176,7 @@ class Video:
|
|||
"format": "best",
|
||||
"postprocessors": [{
|
||||
"key": 'FFmpegExtractAudio',
|
||||
"preferredcodec": 'opus',
|
||||
"postprocessor_args": '--quiet'
|
||||
"preferredcodec": 'opus'
|
||||
}],
|
||||
"outtmpl": f"./opusfiles/{self.file}",
|
||||
"progress_hooks": progress_hooks,
|
||||
|
|
Loading…
Reference in a new issue