Fix DOT extension.
This commit is contained in:
parent
adf8120c70
commit
230fbc0177
@ -10,9 +10,9 @@ return {
|
|||||||
description = "When user sends image URL (ends with png, jpg, jpeg) download and send it to origin.",
|
description = "When user sends image URL (ends with png, jpg, jpeg) download and send it to origin.",
|
||||||
usage = "",
|
usage = "",
|
||||||
patterns = {
|
patterns = {
|
||||||
"(https?://[%w-_%.%?%.:/%+=&]+.png)$",
|
"(https?://[%w-_%.%?%.:/%+=&]+%.png)$",
|
||||||
"(https?://[%w-_%.%?%.:/%+=&]+.jpg)$",
|
"(https?://[%w-_%.%?%.:/%+=&]+%.jpg)$",
|
||||||
"(https?://[%w-_%.%?%.:/%+=&]+.jpeg)$",
|
"(https?://[%w-_%.%?%.:/%+=&]+%.jpeg)$",
|
||||||
},
|
},
|
||||||
run = run
|
run = run
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user