Skip to content

Commit 8db05aa

Browse files
committed
commets
1 parent 63b33fc commit 8db05aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

youtubedownloader.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
from tkinter import Button, Entry, Label, Tk, filedialog, messagebox
22
from threading import Thread
33
from pytube import YouTube
4+
5+
# this function for mulple code runes at a time
46
def threading():
57
# Call work function
68
t1 = Thread(target=download)
79
t1.start()
10+
11+
# this function for Download Youtube video
812
def download():
913
try:
1014
url = YouTube(str(url_box.get()))

0 commit comments

Comments
 (0)