Added Brazzers and Jules Jordan as profile sources. Changed profile structure for proper bust-waist-hip properties and improved stability.
This commit is contained in:
@@ -198,8 +198,10 @@ async function storeAvatars(profile, actor) {
|
||||
const thumbnail = await getThumbnail(res.body);
|
||||
const extension = mime.getExtension(mimetype);
|
||||
|
||||
const filepath = path.join('actors', actor.slug, `${index + 1}.${extension}`);
|
||||
const thumbpath = path.join('actors', actor.slug, `${index + 1}_thumb.${extension}`);
|
||||
const timestamp = new Date().getTime();
|
||||
|
||||
const filepath = path.join('actors', actor.slug, `${timestamp + index}.${extension}`);
|
||||
const thumbpath = path.join('actors', actor.slug, `${timestamp + index}_thumb.${extension}`);
|
||||
const hash = getHash(res.body);
|
||||
|
||||
await Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user