Skip to content

v1.4: updated

Compare
Choose a tag to compare
@akhi07rx akhi07rx released this 30 May 07:51
· 4 commits to main since this release
  1. Imported the pytube library to handle YouTube video downloads.
  2. Added a new function download_youtube_video() to handle YouTube video downloads with quality options.
  3. Added a check to detect YouTube links in the user input and invoke the download_youtube_video() function if a YouTube link is detected.
  4. Modified the file naming logic to append the video quality at the end of the file name, but only for video files (excluding audio files).
  5. Updated the error handling to catch exceptions specific to YouTube video downloads.
  6. Introduced formatted text box display for the available quality options using the dedent() function from the textwrap module.