updated youtube_dl.lua
This commit is contained in:
parent
7c62730cd4
commit
4c1f709c1e
@ -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]
|
Reference in New Issue
Block a user