Skip to content

Commit f7a7fd1

Browse files
committed
videoURL var moved to up
1 parent 55d87e4 commit f7a7fd1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

downloader.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
banner.WelcomeBanner()
1010
videoURL = str(input("Enter Video Link : "))
1111

12+
# Only Enable for dev. purposes.
13+
# videoURL = 'https://www.youtube.com/watch?v=mDTMBdYAjHI'
14+
1215
os.system('cls')
1316
banner.WelcomeBanner()
1417
print("Looking for Available Qualities..")
1518

16-
# Only Enable for dev. purposes.
17-
# videoURL = 'https://www.youtube.com/watch?v=mDTMBdYAjHI'
1819

1920
yt = pytube.YouTube(videoURL, on_progress_callback=progressBar.progress_hook)
2021

0 commit comments

Comments
 (0)