YouTubeDownloader v1.1.2
YouTube content downloader
|
Class for YouTube download GUI. More...
Public Member Functions | |
None | __init__ (self, *Any args, **Any kwargs) |
None | copy (self) |
Copy selected text to clipboard. | |
None | cut (self) |
Copy selected text to clipboard and cut text out. | |
None | direct_clicked (self) |
direct download clicked | |
None | do_popup (self, Event event) |
Pop up content menu. | |
None | init_widgets (self) |
Initialize widgets. | |
None | input_link (self) |
Input text from clipboard to entry box. | |
None | open_download_folder (self) |
Open download folder and create if not exist. | |
None | paste (self) |
Paste text from clipboard to position. | |
None | start_download (self) |
Create and start thread for download. | |
![]() | |
setupUi (self, MainWindow) | |
Public Attributes | |
do_popup | |
menu = Menu(self, tearoff=0) | |
model = Model(self) | |
url_input | |
![]() | |
choice_var = IntVar() | |
copyright_lbl = CTkLabel(self) | |
direct_btn = CTkButton(self) | |
download_btn = CTkButton(self) | |
format_lbl = CTkLabel(self) | |
insert_btn = CTkButton(self) | |
o_url_choice = StringVar() | |
open_folder_btn = CTkButton(self, command=self.open_download_folder) | |
progress_bar = CTkProgressBar(self, height=20) | |
status_lbl = CTkLabel(self) | |
title_lbl = CTkLabel(self) | |
url_input = CTkEntry(self, textvariable=self.o_url_choice) | |
Class for YouTube download GUI.
Definition at line 64 of file main_window.py.
None __init__ | ( | self, | |
*Any | args, | ||
**Any | kwargs ) |
Definition at line 69 of file main_window.py.
None copy | ( | self | ) |
Copy selected text to clipboard.
Definition at line 130 of file main_window.py.
None cut | ( | self | ) |
Copy selected text to clipboard and cut text out.
Definition at line 136 of file main_window.py.
None direct_clicked | ( | self | ) |
direct download clicked
Definition at line 175 of file main_window.py.
None do_popup | ( | self, | |
Event | event ) |
Pop up content menu.
event | : arrived event |
Definition at line 150 of file main_window.py.
None init_widgets | ( | self | ) |
Initialize widgets.
Definition at line 83 of file main_window.py.
None input_link | ( | self | ) |
Input text from clipboard to entry box.
Definition at line 167 of file main_window.py.
None open_download_folder | ( | self | ) |
Open download folder and create if not exist.
Definition at line 191 of file main_window.py.
None paste | ( | self | ) |
Paste text from clipboard to position.
Definition at line 143 of file main_window.py.
None start_download | ( | self | ) |
Create and start thread for download.
Definition at line 182 of file main_window.py.
do_popup |
Definition at line 96 of file main_window.py.
menu = Menu(self, tearoff=0) |
Definition at line 93 of file main_window.py.
model = Model(self) |
Definition at line 80 of file main_window.py.
url_input |
Definition at line 134 of file main_window.py.