kkdai / youtube

Download Youtube Video in Golang
MIT License
3.3k stars 430 forks source link

Fix composite download deletion #332

Open frin1 opened 2 months ago

frin1 commented 2 months ago

Description

This pull request addresses an error encountered when downloading composite videos. The issue arose when temporary video and audio files were not closed before attempting to delete them, leading to a "sharing violation" error.