We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8db90 commit 312d954Copy full SHA for 312d954
Advance Youtube Downloader/yt-downloader.py
@@ -10,7 +10,7 @@
10
from pytube import Playlist
11
from tkinter.ttk import Progressbar
12
from tkinter.scrolledtext import ScrolledText
13
-#https://youtu.be/GvTcpfSnOMQ
+
14
# ===========================================================
15
16
class YoutubeDownloader():
@@ -260,4 +260,4 @@ def __init__(self):
260
if __name__ == '__main__':
261
YoutubeDownloader()
262
263
-====================================
+#====================================
0 commit comments