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