Releases: Codebase-Z/yt-dlp-celluloid-streamer
Releases · Codebase-Z/yt-dlp-celluloid-streamer
Release list
yt-dlp Celluloid Streamer v1.1.0
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.
Changelogs
Full Changelog: v1.0.0 - v1.0.1
yt-dlp Celluloid Streamer v1.0.0
For a detailed description of the file script, refer to README.
Version Features:
- CLI YouTube Search
- Download and stream YouTube videos
- Multiple Downloads
Warning
This is an early version of the script and contains some drawbacks within its features. It is best advised to use the newer versions of the script.
Caution
- The downloaded files within this version script are directed towards the bin folder within the home directory. It is recommended to make sure the folder is present or create one if it isn't in order for the script to function.
- This version can only keep one downloaded file at a time. It is required to delete or move the older video file to download a new video or the video installation won't occur.