mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Delete video file after the conversion
This commit is contained in:
parent
22d30b89f2
commit
f49829e237
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ class RoyalPCMFile(YtdlFile):
|
||||||
.overwrite_output() \
|
.overwrite_output() \
|
||||||
.run(quiet=not __debug__)
|
.run(quiet=not __debug__)
|
||||||
# Delete the video file
|
# Delete the video file
|
||||||
# log.info(f"Deleting {self.video_filename}")
|
log.info(f"Deleting {self.video_filename}")
|
||||||
# self.delete_video_file()
|
self.delete_video_file()
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return f"<RoyalPCMFile {self.audio_filename}>"
|
return f"<RoyalPCMFile {self.audio_filename}>"
|
||||||
|
|
Loading…
Reference in a new issue