yt-dlp Celluloid Streamer v1.0.1
Highlighted Change:
Fixed the issue where more than one file cannot be downloaded by adding unique file generation feature to facilitate downloading multiple videos. Now you can download any number of videos without needing to configure the videos in the bin folder.
All changes:
- Local variables are declared seperately to avoid masking return values.
- Added directory safety in case the bin folder isn't present at the designated location.
- Add unique filename generation for multiple downloads.
- File cleanup (Optional): Included rm -f "$temp_file" in the 92nd line as comment. The code automatically cleans up downloaded file after closing the script and it can be activated by uncommenting it.