Skip to content

Releases: Codebase-Z/yt-dlp-celluloid-streamer

yt-dlp Celluloid Streamer v1.1.0

Choose a tag to compare

@Codebase-Z Codebase-Z released this 23 Jun 01:49
ce794e5

What's Changed

  • Improve temporary file handling and cleanup.

Full Changelog: v1.0.1...v1.1.0

yt-dlp Celluloid Streamer v1.0.1

Choose a tag to compare

@Codebase-Z Codebase-Z released this 21 Jun 21:37
8e0d540

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

Choose a tag to compare

@Codebase-Z Codebase-Z released this 20 Jun 18:14
157f901

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.

Changelogs

Full Changelog: v1.0.0