Skip to content

Releases: Hetari/pyutube

Pyutube 1.3.24

25 Sep 11:58
Compare
Choose a tag to compare

🚀 PyUtube v1.3.24 – Stability Update & Bug Fixes

Release Notes (Change Log):

What's New in v1.3.24:

  • Fixed Video Download Bug:
    Resolved an issue causing video downloads to fail due to stream errors. If you were getting the "video unavailable" error or experiencing crashes during the download process, this should now be fixed.

  • Improved Stream Handling:
    We've made adjustments to improve how video streams are fetched, ensuring better compatibility with YouTube's current API and fewer failed downloads.

  • Stability Enhancements:
    Several under-the-hood improvements have been made to make downloading smoother and more reliable, even for videos with region restrictions.

Improvements You’ll Love:

  • User-Friendly Experience: Improved logging and error reporting, so if something goes wrong, you’ll know exactly why.

How to Update:

You can upgrade to this version using pip:

pip install --upgrade pyutube

Pyutube 1.3.21

21 Aug 09:12
Compare
Choose a tag to compare

PyTube Changelog

  • Fixed Download Issues: Resolved various bugs that were causing problems during the download process.

  • Error Logging: Introduced a new logging feature that generates a log file to track errors. This will help users easily identify and report issues for quicker troubleshooting.

Pyutube 1.2.9

28 Jun 17:55
Compare
Choose a tag to compare

Pyutube Changelog

1.2.9

  • fix: improve cancel behavior in video quality selection
  • fix: you can download live streams now

Pyutube 1.2.8

17 Jun 20:54
Compare
Choose a tag to compare

Pyutube Changelog

1.2.8

  • Add: if you download half of the playlist, you can resume the others without having to download them again.
    It will check the root directory for the file, and if the playlist folder is found it will see its content and remove all the files that are already downloaded from the download queue.

Pyutube 1.2.6

12 May 13:33
Compare
Choose a tag to compare

Pyutube Changelog

1.2.6

  • Fix: switch into pytubefix instead of pytube (No bugs)

Pyutube 1.2.4

25 Apr 12:18
Compare
Choose a tag to compare

Pyutube Changelog

1.2.4

  • Refactor: remove unnecessary code

Pyutube 1.2.1

20 Apr 11:14
Compare
Choose a tag to compare

Pyutube Changelog

1.2.1

  • Fix: Show the progress bar in the terminal.
  • Fix: Modify the merge method to check if the video has an audio track; if not, download it as audio and merge it with the video.
  • Add: Implement functionality to check the latest version of pyutube on PyPI, enabling notifications for new updates.

Pyutube 1.2.0

11 Apr 14:27
3a23fea
Compare
Choose a tag to compare

Pyutube Changelog

1.2.0

  • Add: New feature:

    • Download all playlist videos by one click
    • You can choose what you want to download
  • Fix: Instead of using ffmpeg for merging, use moviepy instead.

Pyutube 1.1.8

02 Apr 18:35
Compare
Choose a tag to compare

Pyutube Changelog

1.1.8

  • Fix: Cancel the download process.
  • Modify: Documentation, and code style that made it easier to understand (using pylint).

Pyutube 1.1.7

28 Mar 03:39
Compare
Choose a tag to compare

Pyutube Changelog

1.1.7

  • Added: Display the video size next to the resolution.
    For example:
  ✅ There is internet connection

  [?] Choose the file type you want to download:
  Audio

  > Video
  > Cancel the download

  Title: Write an Incredible Resume: 5 Golden Rules!

  [?] Choose the resolution you want to download:
    144p ~= 10.91 MB
    240p ~= 15.17 MB
    360p ~= 21.62 MB
    480p ~= 38.37 MB
  > 720p ~= 70.31 MB
    1080p ~= 128.81 MB
    Cancel the download

Note: The video size is approximate, that's mean it's not exact 100%.

1.1.6

  • Added: Ability to show the tool version with the -v or --version option.
  • Added: Support only downloading audio with the -a or --audio option.
  • Added: Support only downloading video with the -f or --footage option.
  • Changed: Updated the documentation