forked from DebaucheryLibrarian/traxxx
Added MindGeek profile scraper for all MG sites.
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
const { fetchScene, fetchLatest } = require('./mindgeek');
|
||||
const { fetchScene, fetchLatest, fetchProfile } = require('./mindgeek');
|
||||
|
||||
async function networkFetchProfile(actorName) {
|
||||
return fetchProfile(actorName, 'fakehub', 'modelprofile');
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
fetchLatest,
|
||||
fetchProfile: networkFetchProfile,
|
||||
fetchScene,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user