Releases: Zacky2613/ytdownload
Releases · Zacky2613/ytdownload
Release v1.2.2
Release v1.2.1
Release v1.2.1
Main Features
- With the addition of playlists in v1.2, this update expands upon it with it now automatically generating a folder to save the playlist videos into (file_name still effects the folder's name)
Other Features/Bugfixes:
- Added more comments and that go into more in depth.
- Fixed an issue with
File name:
on the confirmation page being just""
if you didn't usefile_name=
. - On the confirmation page
File name:
will now show the correct file name by getting rid of windows banned file name characters. - When using
--playlist or -pl
File name:
will change toFolder name:
- Fixed an issue with
--debug
not working correctly. - Fixed debugging information showing with weird indenting.
- Fixed some spacing issues with the confirmation page
Full Changelog: v1.2...v1.2.1
v1.2
Release v1.2
Main Features
- Added support for downloading playlists 🎉, for the first argument use
--playlist
or--pl
then enter a playlist url for the url argument. (NOTE: You can't change file names nor use audio_only or itag, will fix this later with v1.2.1)
Other
- Used flake8 to clean up the code and will use it for future releases, hopefully easier to read now.
- Changed
debug_mode=True
->--debug
v1.1.1
Release v1.1.1
Features
- After heavy consideration I've removed
clip
. Because of issues I've experienced withmoviepy
, ffmpeg, and file size bloat I made the decision to cut it. (for Windows you can use built in video player to trim/cut videos) - Updated how progress is shown.
v1.1.0
Release v1.1.0
Main Features
- New option
clip
:clip
takes two arguments combined into one, these are the start of the clip and the end of the clip and are separated by a dash "-", example:clip=0-15
takes a clip between the start of the video and too 15 seconds. - Error handling has been improved upon and is now colored, and is more clear
Other
--help
has been reworked and is now easier to read and explains moredebug
has been changed todebug_mode
video_download()
has been cleaned up and is now smaller in file size and is easier to modify for future use- General code cleanup and more in depth comments
Note
- Becuase of adding in
clip
and usingmoviepy
it has bloated the .exe file to 53mb, if that is important to you
v1.0.0
Release v1.0.0
First release of ytdownload, includes all base feature, more information can be found on the readme.md
Full Changelog: https://github.com/Zacky2613/ytdownload/commits/v1.0.0