Using unprint for Perv City . Updated unprint for date formats.
This commit is contained in:
@@ -411,7 +411,7 @@ async function fetchScene(url, channel, baseRelease, options) {
|
||||
return res.status;
|
||||
}
|
||||
|
||||
async function scrapeProfile(data, _channel) {
|
||||
async function scrapeProfile(data, channel) {
|
||||
const model = data.model;
|
||||
const profile = {};
|
||||
|
||||
@@ -429,11 +429,9 @@ async function scrapeProfile(data, _channel) {
|
||||
profile.poster = getAvatarFallbacks(model.images.profile);
|
||||
profile.banner = getAvatarFallbacks(model.images.poster);
|
||||
|
||||
/*
|
||||
if (model.videos) {
|
||||
profile.scenes = scrapeAll(model.videos.edges.map((edge) => edge.node), channel);
|
||||
}
|
||||
*/
|
||||
|
||||
return profile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user