From e1cc1ed4dae6c110fb04451bf9b5c3d042b6beb5 Mon Sep 17 00:00:00 2001 From: tiriboy Date: Sun, 30 Nov 2025 20:16:49 -0800 Subject: [PATCH] Added an instruction comment --- ytDownloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ")