diff --git a/ytDownloader.py b/ytDownloader.py index 03463fa..b53e4b1 100644 --- a/ytDownloader.py +++ b/ytDownloader.py @@ -1,5 +1,5 @@ from pytube import YouTube - +#chage this code to a more manual version without using pytube built in functions try: # Ask the user to input the YouTube URL url = input("Enter the YouTube URL: ")