Updated Vixen scraper with more informative API query.
This commit is contained in:
@@ -17,48 +17,62 @@ function random(array) {
|
||||
|
||||
function femaleAdjective() {
|
||||
return random([
|
||||
'hot',
|
||||
'young',
|
||||
'new',
|
||||
'busty',
|
||||
'insatiable',
|
||||
'depraved',
|
||||
'horny',
|
||||
'flexible',
|
||||
'bubble butt',
|
||||
'voluptuous',
|
||||
'curvy',
|
||||
'skinny',
|
||||
'nerdy',
|
||||
'oiled',
|
||||
'tied up',
|
||||
'bound',
|
||||
'Asian',
|
||||
'Russian',
|
||||
'Latina',
|
||||
'Russian',
|
||||
'bound',
|
||||
'bubble butt',
|
||||
'busty',
|
||||
'cock-hungry',
|
||||
'cum-hungry',
|
||||
'adickted',
|
||||
'curvy',
|
||||
'depraved',
|
||||
'ebony',
|
||||
'flexible',
|
||||
'greedy',
|
||||
'horny',
|
||||
'hot',
|
||||
'insatiable',
|
||||
'nerdy',
|
||||
'new',
|
||||
'oiled',
|
||||
'shy',
|
||||
'skinny',
|
||||
'tied up',
|
||||
'voluptuous',
|
||||
'young',
|
||||
]);
|
||||
}
|
||||
|
||||
function maleAdjective() {
|
||||
return random([
|
||||
'toned',
|
||||
'bulky',
|
||||
'nerdy',
|
||||
'strong',
|
||||
'shy',
|
||||
]);
|
||||
}
|
||||
|
||||
function sceneAdjective() {
|
||||
return random([
|
||||
'first',
|
||||
'hot',
|
||||
'hottest',
|
||||
'wild',
|
||||
'wildest',
|
||||
'deep',
|
||||
'deepest',
|
||||
]);
|
||||
}
|
||||
|
||||
function groupSceneAdjective() {
|
||||
return random([
|
||||
'big',
|
||||
'biggest',
|
||||
`${Math.floor(Math.random() * 20) + 4}-guy`,
|
||||
`${Math.floor(Math.random() * 20) + 4}-man`,
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -69,6 +83,8 @@ function dickAdjective() {
|
||||
'throbbing',
|
||||
'thick',
|
||||
'long',
|
||||
'huge',
|
||||
'girthy',
|
||||
'monster',
|
||||
`${Math.floor(Math.random() * 12) + 9} inch`,
|
||||
]);
|
||||
@@ -77,20 +93,22 @@ function dickAdjective() {
|
||||
function femaleNoun() {
|
||||
return random([
|
||||
'MILF',
|
||||
'teen',
|
||||
'spinner',
|
||||
'coed',
|
||||
'redhead',
|
||||
'beauty',
|
||||
'blonde',
|
||||
'nympho',
|
||||
'brunette',
|
||||
'maid',
|
||||
'student',
|
||||
'coed',
|
||||
'dominatrix',
|
||||
'stepsister',
|
||||
'schoolgirl',
|
||||
'maid',
|
||||
'nurse',
|
||||
'nympho',
|
||||
'redhead',
|
||||
'schoolgirl',
|
||||
'slut',
|
||||
'spinner',
|
||||
'stepsister',
|
||||
'student',
|
||||
'teen',
|
||||
'whore',
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user