diff --git a/votify/downloader_music_video.py b/votify/downloader_music_video.py index dc3dd0d..7c23658 100644 --- a/votify/downloader_music_video.py +++ b/votify/downloader_music_video.py @@ -128,9 +128,7 @@ class DownloaderMusicVideo(DownloaderVideo): try: self._download(*args, **kwargs) finally: - if self.downloader.temp_path.exists(): - logger.debug(f'Cleaning up "{self.downloader.temp_path}"') - self.downloader.cleanup_temp_path() + self.downloader.cleanup_temp_path() def _download( self,