Releases: Hetari/pyutube
Releases · Hetari/pyutube
Pyutube 1.2.1
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
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, usemoviepy
instead.
Pyutube 1.1.8
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
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
Pyutube 1.1.5
Pyutube Changelog
1.1.5
-
Fix: big resolution fixing
Now you can download any resolution you want from all available resolution.
-
Fix: Speed up the download process.
Pyutube 1.1.4
Pyutube Changelog
1.1.4
-
Edit filename template
the new defult filename template is:
%name% - %resolution% _-_%video_id%.%ext%
Note: This is the only filename template in the moment, we consider to add more in the future. (but not now)
Pyutube 1.1.2
Pyutube Changelog
1.1.2
- Fix: Show only available resolutions.
Pyutube 1.1.0
Pyutube Changelog
1.1.0
-
Add: New feature:
- Download the youtube shorts by one click
-
Fix: big fixing
Pyutube 1.0.1
Pyutube
1.0.1
- Fix: big fixing and update the endpoints
1.0.0
- Initial release