forked from DebaucheryLibrarian/traxxx
Added Blowpass scraper. Split shootId and pageId.
This commit is contained in:
@@ -29,6 +29,7 @@ function scrapeLatest(html, site) {
|
||||
return {
|
||||
url,
|
||||
shootId,
|
||||
entryId: shootId,
|
||||
title,
|
||||
actors,
|
||||
date,
|
||||
@@ -73,6 +74,7 @@ async function scrapeScene(html, url, shootId, ratingRes, site) {
|
||||
return {
|
||||
url,
|
||||
shootId,
|
||||
entryId: shootId,
|
||||
title,
|
||||
date,
|
||||
actors,
|
||||
|
||||
Reference in New Issue
Block a user