mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Shut up.
This commit is contained in:
parent
a1ce7a055b
commit
f7a9774fa2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class RoyalPCMFile(YtdlFile):
|
|||
ffmpeg.input(f"./{self.video_filename}") \
|
||||
.output(self.audio_filename, format="s16le", ac=2, ar="48000") \
|
||||
.overwrite_output() \
|
||||
.run(quiet=not __debug__)
|
||||
.run(quiet=True)
|
||||
# Delete the video file
|
||||
log.info(f"Deleting {self.video_filename}")
|
||||
self.delete_video_file()
|
||||
|
|
Loading…
Reference in a new issue