Skip to content

Commit

Permalink
Update Youtube-DL-Gui.py
Browse files Browse the repository at this point in the history
Separates each "code" for user to have an easier time sorting them in the custom download option window
  • Loading branch information
jessielw committed Mar 29, 2021
1 parent 108ed01 commit 463caa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Youtube-DL-Gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,9 +758,10 @@ def start_custom_button_hover_leave(e):

start_custom_button.bind("<Enter>", start_custom_button_hover)
start_custom_button.bind("<Leave>", start_custom_button_hover_leave)

for line in run.stdout:
show_format_text.insert(END, line)
show_format_text.insert(END, '-------------------------' * 6 + '\n', 'boldfont')
show_format_text.tag_configure("boldfont", font=("ArialBlack"))
show_format_text.configure(state=DISABLED)
except NameError:
messagebox.showerror(title='Error', message='Please Paste a Video Link First')
Expand Down

0 comments on commit 463caa2

Please sign in to comment.