Added Blowpass scraper. Split shootId and pageId.

This commit is contained in:
2019-04-06 23:24:26 +02:00
parent 069c2c1628
commit 3a90f98d41
14 changed files with 208 additions and 11 deletions

View File

@@ -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,