diff --git a/modules/url.py b/modules/url.py index f5dce3c..e96e674 100755 --- a/modules/url.py +++ b/modules/url.py @@ -31,7 +31,7 @@ def get_puush_fname(bot, url): @url_callback("youtube.com/watch") -@url_callback("youtu.be/watch") +@url_callback("youtu.be/") def youtube_title(bot, url): """ Retrieve the title of the YouTube video and display it.