forked from DebaucheryLibrarian/traxxx
Added Trans Angels to MindGeek. Interpreting MindGeek 'other' gender as transsexual.
This commit is contained in:
11
src/scrapers/transangels.js
Normal file
11
src/scrapers/transangels.js
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
const { fetchProfile } = require('./mindgeek');
|
||||
|
||||
async function networkFetchProfile(actorName) {
|
||||
return fetchProfile(actorName, 'transangels');
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
fetchProfile: networkFetchProfile,
|
||||
};
|
||||
Reference in New Issue
Block a user