Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
d6a7b56bcf |
15
download.py
15
download.py
@ -28,12 +28,15 @@ def get(yt_url):
|
||||
|
||||
with yt.YoutubeDL(ytdl_options) as ytdl:
|
||||
ytdl.download(yt_url)
|
||||
notification.notify(
|
||||
title = "yt2mp3",
|
||||
message = "Download and conversion complete.",
|
||||
app_icon = None,
|
||||
timeout = 3,
|
||||
)
|
||||
try:
|
||||
notification.notify(
|
||||
title = "yt2mp3",
|
||||
message = "Download and conversion complete.",
|
||||
app_icon = None,
|
||||
timeout = 3,
|
||||
)
|
||||
except:
|
||||
print("Notification failed.")
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user