forked from DebaucheryLibrarian/traxxx
Added q scraping helper. Added Perfect Gonzo scraper.
This commit is contained in:
@@ -113,6 +113,12 @@ const networks = [
|
||||
url: 'https://www.naughtyamerica.com',
|
||||
description: 'The best porn movies daily at Naughty America! Experience the most seductive porn stars in stunning virtual reality, 4K and HD porn videos!',
|
||||
},
|
||||
{
|
||||
slug: 'perfectgonzo',
|
||||
name: 'Perfect Gonzo',
|
||||
url: 'https://www.perfectgonzo.com',
|
||||
description: '',
|
||||
},
|
||||
{
|
||||
slug: 'pervcity',
|
||||
name: 'Perv City',
|
||||
|
||||
@@ -2078,6 +2078,67 @@ function getSites(networksMap) {
|
||||
url: 'https://www.naughtyamerica.com/site/live-naughty-nurse',
|
||||
network_id: networksMap.naughtyamerica,
|
||||
},
|
||||
// PERFECT GONZO
|
||||
{
|
||||
slug: 'allinternal',
|
||||
name: 'All Internal',
|
||||
url: 'https://allinternal.com',
|
||||
network_id: networksMap.perfectgonzo,
|
||||
},
|
||||
{
|
||||
slug: 'asstraffic',
|
||||
name: 'Ass Traffic',
|
||||
url: 'https://asstraffic.com',
|
||||
network_id: networksMap.perfectgonzo,
|
||||
},
|
||||
{
|
||||
slug: 'cumforcover',
|
||||
name: 'Cum For Cover',
|
||||
url: 'https://cumforcover.com',
|
||||
network_id: networksMap.perfectgonzo,
|
||||
},
|
||||
{
|
||||
slug: 'fistflush',
|
||||
name: 'Fist Flush',
|
||||
url: 'https://fistflush.com',
|
||||
network_id: networksMap.perfectgonzo,
|
||||
},
|
||||
{
|
||||
slug: 'givemepink',
|
||||
name: 'Give Me Pink',
|
||||
url: 'https://givemepink.com',
|
||||
network_id: networksMap.perfectgonzo,
|
||||
},
|
||||
{
|
||||
slug: 'milfthing',
|
||||
name: 'MILF Thing',
|
||||
url: 'https://milfthing.com',
|
||||
network_id: networksMap.perfectgonzo,
|
||||
},
|
||||
{
|
||||
slug: 'primecups',
|
||||
name: 'Prime Cups',
|
||||
url: 'https://primecups.com',
|
||||
network_id: networksMap.perfectgonzo,
|
||||
},
|
||||
{
|
||||
slug: 'purepov',
|
||||
name: 'Pure POV',
|
||||
url: 'https://purepov.com',
|
||||
network_id: networksMap.perfectgonzo,
|
||||
},
|
||||
{
|
||||
slug: 'spermswap',
|
||||
name: 'Sperm Swap',
|
||||
url: 'https://spermswap.com',
|
||||
network_id: networksMap.perfectgonzo,
|
||||
},
|
||||
{
|
||||
slug: 'tamedteens',
|
||||
name: 'Tamed Teens',
|
||||
url: 'https://tamedteens.com',
|
||||
network_id: networksMap.perfectgonzo,
|
||||
},
|
||||
// PERVCITY
|
||||
{
|
||||
slug: 'analoverdose',
|
||||
|
||||
@@ -296,6 +296,11 @@ function getTags(groupsMap) {
|
||||
slug: 'cum-on-boobs',
|
||||
alias_for: null,
|
||||
},
|
||||
{
|
||||
name: 'cum swapping',
|
||||
slug: 'cum-swapping',
|
||||
alias_for: null,
|
||||
},
|
||||
{
|
||||
name: 'cumshot',
|
||||
slug: 'cumshot',
|
||||
@@ -756,6 +761,11 @@ function getTags(groupsMap) {
|
||||
alias_for: null,
|
||||
group_id: groupsMap.clothing,
|
||||
},
|
||||
{
|
||||
name: 'solo',
|
||||
slug: 'solo',
|
||||
alias_for: null,
|
||||
},
|
||||
{
|
||||
name: 'spanking',
|
||||
slug: 'spanking',
|
||||
@@ -1120,6 +1130,10 @@ function getTagAliases(tagsMap) {
|
||||
name: 'creampies',
|
||||
alias_for: tagsMap.creampie,
|
||||
},
|
||||
{
|
||||
name: 'creampie - anal',
|
||||
alias_for: tagsMap['anal-creampie'],
|
||||
},
|
||||
{
|
||||
name: 'crop', // a type of whip, not [sic] short for corporal
|
||||
alias_for: tagsMap['corporal-punishment'],
|
||||
@@ -1188,6 +1202,10 @@ function getTagAliases(tagsMap) {
|
||||
name: 'doggystyle - standing',
|
||||
alias_for: tagsMap['standing-doggy-style'],
|
||||
},
|
||||
{
|
||||
name: 'doggystyle regular',
|
||||
alias_for: tagsMap['doggy-style'],
|
||||
},
|
||||
{
|
||||
name: 'dom',
|
||||
alias_for: tagsMap.bdsm,
|
||||
@@ -1536,6 +1554,10 @@ function getTagAliases(tagsMap) {
|
||||
name: 'teens',
|
||||
alias_for: tagsMap.teen,
|
||||
},
|
||||
{
|
||||
name: 'throat fucking',
|
||||
alias_for: tagsMap.facefucking,
|
||||
},
|
||||
{
|
||||
name: 'tiny boobs',
|
||||
alias_for: tagsMap['small-boobs'],
|
||||
@@ -1598,12 +1620,14 @@ function getSiteTags() {
|
||||
dpparodies: ['parody'],
|
||||
eighteenyearsold: ['teen'],
|
||||
exotic4k: ['4k'],
|
||||
givemepink: ['solo', 'masturbation'],
|
||||
lubed: ['oil'],
|
||||
familystrokes: ['family'],
|
||||
massagecreep: ['massage'],
|
||||
menonedge: ['gay'],
|
||||
povd: ['pov'],
|
||||
puremature: ['milf'],
|
||||
spermswap: ['cum-swapping'],
|
||||
spyfam: ['family'],
|
||||
submissived: ['bdsm'],
|
||||
swallowed: ['blowjob', 'deepthroat', 'facefucking'],
|
||||
|
||||
Reference in New Issue
Block a user