diff --git a/modules/url.py b/modules/url.py index 5a8a7b4..f5dce3c 100755 --- a/modules/url.py +++ b/modules/url.py @@ -30,8 +30,8 @@ def get_puush_fname(bot, url): bot.msg(f"[ \x0310puu.sh \x03] - \x0304{fname}") -@url_callback("youtube.com/") -@url_callback("youtu.be/") +@url_callback("youtube.com/watch") +@url_callback("youtu.be/watch") def youtube_title(bot, url): """ Retrieve the title of the YouTube video and display it.