Skip to content

v1.6

Latest
Compare
Choose a tag to compare
@akhi07rx akhi07rx released this 30 May 08:39
· 3 commits to main since this release

Fixed issue with exiting the program

  1. Added the option to enter 'quit' to exit the program entirely. The program will terminate immediately when 'quit' is entered.
  2. Modified the prompt message when asking for user input to include the 'exit' and 'quit' options.
  3. Added a conditional check to handle the 'exit' command. If the user enters 'exit', the program will continue to the next iteration of the while loop, allowing them to enter a new YouTube video URL or the 'exit' or 'quit' commands.
  4. Added a conditional check to handle the 'quit' command. If the user enters 'quit', the program will exit immediately using sys.exit() and display the "Exiting the program." message.