fix youtube url matching error

This commit is contained in:
iou1name 2021-01-10 15:00:49 -05:00
parent 8c13914420
commit 20199379c2

View File

@ -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.