updated youtube_dl.lua

This commit is contained in:
Akamaru 2015-06-06 22:15:31 +02:00
parent 7c62730cd4
commit 4c1f709c1e

View File

@ -7,9 +7,9 @@ function run(msg, matches)
end end
return { return {
description = "Downloadet und sendet ein YouTube-Video", description = "Downloadet und sendet ein Video von verschiedenen Seiten mit youtube-dl",
usage = {"/ydl [Link]"}, usage = {"/dl [Link]"},
patterns = {"^/ydl (.*)$"}, patterns = {"^/dl (https?://[%w-_%.%?%.:/%+=&]+)$"},
run = run run = run
} }
--by Akamaru [https://ponywave.de] --by Akamaru [https://ponywave.de]