Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit dfc3a51

Browse files
committed
small changes
1 parent c1ee13f commit dfc3a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Downloader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import customtkinter as customtk
44

5-
# Blob's Youtube Downloader
5+
# EasyGUI yt-dlp
66
# Le logiciel peut surement être utilisé pour télécharger sur d'autres sites mais je n'ai pas testé
77

88

@@ -11,7 +11,7 @@
1111
customtk.set_default_color_theme("blue")
1212
app = customtk.CTk()
1313
app.geometry("400x300")
14-
app.title("Blob's Youtube Downloader")
14+
app.title("EasyGUI yt-dlp")
1515
app.resizable(False, False)
1616

1717
# Configuration de l'emplacement de telechargement

0 commit comments

Comments
 (0)