Added scene count to actor inspect. Preferring network slug over data brand for scene URLs in MindGeek scraper, since milehighmedia.com's brand is milehigh, resulting in milehigh.com.
This commit is contained in:
@@ -387,6 +387,7 @@ async function scrapeActors(actorNames) {
|
||||
|
||||
if (argv.inspect) {
|
||||
console.log(profile);
|
||||
logger.info(`Found ${profile.releases.length} releases for ${actorName}`);
|
||||
}
|
||||
|
||||
if (profile === null) {
|
||||
|
||||
Reference in New Issue
Block a user