updated youtube_dl.lua

This commit is contained in:
Akamaru 2015-06-06 22:15:31 +02:00
parent 7c62730cd4
commit 4c1f709c1e
1 changed files with 3 additions and 3 deletions

View File

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