Updated Vixen model scraper.
This commit is contained in:
@@ -62,8 +62,6 @@ function scrapeAll(scenes, channel) {
|
||||
function scrapeProfile(actor, entity) {
|
||||
const profile = {};
|
||||
|
||||
console.log(actor);
|
||||
|
||||
if (actor.bio.about && !/\band\b/.test(actor.bio.about)) {
|
||||
const bio = actor.bio.about.split(/\n/).filter(Boolean).reduce((acc, item) => {
|
||||
const [key, value] = item.match(/(.+): (.+)/).slice(1);
|
||||
|
||||
Reference in New Issue
Block a user