feat: add ability to scrape youtube video
This commit is contained in:
Vendored
+2
-2
@@ -69,8 +69,8 @@ export async function setImage(
|
||||
const pointerId = await hash(cacheKey);
|
||||
|
||||
await cache.set(pointerId, clone);
|
||||
cache.expire(pointerId, 60 * 10);
|
||||
cache.expire(cacheKey, 60 * 10);
|
||||
cache.expire(pointerId, 60 * 60 * 24);
|
||||
cache.expire(cacheKey, 60 * 60 * 24);
|
||||
|
||||
await cache.set(
|
||||
cacheKey,
|
||||
|
||||
Reference in New Issue
Block a user