From 4c1f709c1e306ea9d5c4add07fa09fa0e887d6f5 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Sat, 6 Jun 2015 22:15:31 +0200 Subject: [PATCH] updated youtube_dl.lua --- plugins/youtube_dl.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/youtube_dl.lua b/plugins/youtube_dl.lua index aead337..5cd4152 100644 --- a/plugins/youtube_dl.lua +++ b/plugins/youtube_dl.lua @@ -7,9 +7,9 @@ function run(msg, matches) end return { - description = "Downloadet und sendet ein YouTube-Video", - usage = {"/ydl [Link]"}, - patterns = {"^/ydl (.*)$"}, + description = "Downloadet und sendet ein Video von verschiedenen Seiten mit youtube-dl", + usage = {"/dl [Link]"}, + patterns = {"^/dl (https?://[%w-_%.%?%.:/%+=&]+)$"}, run = run } --by Akamaru [https://ponywave.de] \ No newline at end of file