Skip to content

Commit 312d954

Browse files
Update yt-downloader.py
1 parent 0d8db90 commit 312d954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Advance Youtube Downloader/yt-downloader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pytube import Playlist
1111
from tkinter.ttk import Progressbar
1212
from tkinter.scrolledtext import ScrolledText
13-
#https://youtu.be/GvTcpfSnOMQ
13+
1414
# ===========================================================
1515

1616
class YoutubeDownloader():
@@ -260,4 +260,4 @@ def __init__(self):
260260
if __name__ == '__main__':
261261
YoutubeDownloader()
262262

263-
====================================
263+
#====================================

0 commit comments

Comments
 (0)