remove thumb at the end
This commit is contained in:
parent
318ea7fd2d
commit
dbccdec776
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ class GetPeertubeVideos:
|
|||
)
|
||||
return None
|
||||
os.remove(video_file)
|
||||
os.remove(thumb_file)
|
||||
os.rename(f"{video_file}_with_thumb.{file_extension}", video_file)
|
||||
|
||||
def _write_downloaded_items(self):
|
||||
|
|
Loading…
Reference in a new issue