From cbbbd0a84e5565db47bd093441678bb8cf5bb853 Mon Sep 17 00:00:00 2001 From: Moodgy_ <119122156+Moodgy@users.noreply.github.com> Date: Sat, 15 Feb 2025 13:38:13 +0200 Subject: [PATCH] Update main.py --- YouTube Video Downloader/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YouTube Video Downloader/main.py b/YouTube Video Downloader/main.py index 38a4a24..281a6a8 100644 --- a/YouTube Video Downloader/main.py +++ b/YouTube Video Downloader/main.py @@ -1,6 +1,6 @@ from pytube import YouTube -url = "https://www.youtube.com/watch?v=1MBR39rTEs8" #Enter the url of the video you want to download +url = input("") #Enter the url of the video you want to download video = YouTube(url)