Added Milfy to profile list, fixed Vixen not returning gracefully when profile is not found.
This commit is contained in:
@@ -247,6 +247,7 @@ const scrapers = {
|
||||
mariskax,
|
||||
metrohd: mindgeek,
|
||||
milehighmedia: mindgeek,
|
||||
milfy: vixen,
|
||||
milfvr: wankzvr,
|
||||
mofos: mindgeek,
|
||||
mylf: teamskeet,
|
||||
|
||||
@@ -611,7 +611,7 @@ async function fetchProfile(actor, { channel }) {
|
||||
},
|
||||
});
|
||||
|
||||
if (res.ok) {
|
||||
if (res.ok && res.body.data?.model) {
|
||||
return scrapeProfile(res.body.data, channel);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user