keep thumb

This commit is contained in:
Antonio J. Delgado 2024-12-28 20:22:20 +02:00
parent dbccdec776
commit 4a9c93f12b

View file

@ -199,7 +199,6 @@ class GetPeertubeVideos:
) )
return None return None
os.remove(video_file) os.remove(video_file)
os.remove(thumb_file)
os.rename(f"{video_file}_with_thumb.{file_extension}", video_file) os.rename(f"{video_file}_with_thumb.{file_extension}", video_file)
def _write_downloaded_items(self): def _write_downloaded_items(self):