Added partial 'fcuk' (Exploited College Girls) scraper. Added file parameter for actor names and scene URLs.
This commit is contained in:
@@ -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