Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion YouTube Video Downloader/main.py
Original file line number Diff line number Diff line change
@@ -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)

Expand Down