aboutsummaryrefslogtreecommitdiff
path: root/wplink/info.json
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2024-07-17 10:25:04 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2024-07-17 10:25:04 +0000
commit65c586632ae421b45c084630f448e67f6c7a7a02 (patch)
tree6c2579a76b90fc9582ebd1b0d9ef77423aedb4ce /wplink/info.json
parent0053f23bf9b75f4401c5934b63e373b2f487bb88 (diff)
downloadaps-cogs-65c586632ae421b45c084630f448e67f6c7a7a02.tar
aps-cogs-65c586632ae421b45c084630f448e67f6c7a7a02.tar.gz
aps-cogs-65c586632ae421b45c084630f448e67f6c7a7a02.zip
wplink: support multiple links per message, improve efficiency
Added some sanity checks, a cache, and used HEAD rather than GET requests. Checked the respone status code.
Diffstat (limited to 'wplink/info.json')
-rw-r--r--wplink/info.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/wplink/info.json b/wplink/info.json
index bd066ba..297e4e0 100644
--- a/wplink/info.json
+++ b/wplink/info.json
@@ -1,4 +1,4 @@
{
"author": ["Arjun Satarkar"],
- "requirements": ["aiohttp"]
+ "requirements": ["aiohttp", "async-lru"]
}