forked from DebaucheryLibrarian/traxxx
Added partial 'fcuk' (Exploited College Girls) scraper. Added file parameter for actor names and scene URLs.
This commit is contained in:
@@ -139,6 +139,10 @@ const networks = [
|
||||
url: 'https://www.cherrypimps.com',
|
||||
description: 'CherryPimps your premium porn site to Download and Stream the hottest and most exclusive 4K HD videos and pictures on your phone, tablet, TV or console.',
|
||||
},
|
||||
{
|
||||
slug: 'fcuk',
|
||||
name: 'Fcuk',
|
||||
},
|
||||
{
|
||||
slug: 'freeones',
|
||||
name: 'FreeOnes',
|
||||
|
||||
@@ -2085,6 +2085,60 @@ const sites = [
|
||||
url: 'https://www.freeones.com',
|
||||
parent: 'freeones',
|
||||
},
|
||||
// FCUK
|
||||
{
|
||||
name: 'Exploited College Girls',
|
||||
slug: 'exploitedcollegegirls',
|
||||
alias: ['excogi', 'ecg'],
|
||||
url: 'https://exploitedcollegegirls.com',
|
||||
parent: 'fcuk',
|
||||
parameters: {
|
||||
blog: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Backroom Casting Couch',
|
||||
slug: 'backroomcastingcouch',
|
||||
url: 'https://backroomcastingcouch.com',
|
||||
parent: 'fcuk',
|
||||
parameters: {
|
||||
blog: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Black Ambush',
|
||||
slug: 'blackambush',
|
||||
alias: ['interracial', 'bbc'],
|
||||
url: 'https://blackambush.com',
|
||||
parent: 'fcuk',
|
||||
parameters: {
|
||||
blog: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Nebraska Coeds',
|
||||
slug: 'nebraskacoeds',
|
||||
url: 'https://nebraskacoeds.com',
|
||||
parent: 'fcuk',
|
||||
},
|
||||
{
|
||||
name: 'South Beach Coeds',
|
||||
slug: 'southbeachcoeds',
|
||||
url: 'https://southbeachcoeds.com',
|
||||
parent: 'fcuk',
|
||||
},
|
||||
{
|
||||
name: 'Spring Break Life',
|
||||
slug: 'springbreaklife',
|
||||
url: 'https://springbreaklife.com',
|
||||
parent: 'fcuk',
|
||||
},
|
||||
{
|
||||
name: 'Euro Coeds',
|
||||
slug: 'eurocoeds',
|
||||
url: 'https://eurocoeds.com',
|
||||
parent: 'fcuk',
|
||||
},
|
||||
// FOR BONDAGE
|
||||
{
|
||||
name: 'Crowd Bondage',
|
||||
|
||||
@@ -571,7 +571,7 @@ const sfw = Object.entries({
|
||||
['iFBIdX54BOk', 'Keagan Henman'],
|
||||
],
|
||||
})
|
||||
.map(([category, photos]) => photos.map(([photo, copyright], index) => ({
|
||||
.map(([category, photos]) => photos.map(([photo, credit], index) => ({
|
||||
id: photo,
|
||||
path: `sfw/${category}/${photo}.jpeg`,
|
||||
thumbnail: `sfw/${category}/thumbs/${photo}.jpeg`,
|
||||
@@ -580,8 +580,7 @@ const sfw = Object.entries({
|
||||
sfw_media_id: null,
|
||||
group: category,
|
||||
index,
|
||||
copyright,
|
||||
comment: `Courtesy of ${copyright}`,
|
||||
credit,
|
||||
})))
|
||||
.flat();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user