Skip to content

Releases: Zacky2613/ytdownload

Release v1.2.2

05 Jul 11:38
Compare
Choose a tag to compare

Release v1.2.2

Features

  • Fixed a few infinite loops and errors
  • Fixed a bug related to playlists not downloading properly

Release v1.2.1

11 Feb 06:19
Compare
Choose a tag to compare

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 use file_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 to Folder 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

09 Sep 15:13
Compare
Choose a tag to compare

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

26 Aug 08:57
Compare
Choose a tag to compare

Release v1.1.1

Features

  • After heavy consideration I've removed clip. Because of issues I've experienced with moviepy, 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

22 Aug 14:18
Compare
Choose a tag to compare

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 more
  • debug has been changed to debug_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 using moviepy it has bloated the .exe file to 53mb, if that is important to you

v1.0.0

21 Aug 09:54
Compare
Choose a tag to compare

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