forked from DebaucheryLibrarian/traxxx
Saving results to database. Showing webpage.
This commit is contained in:
@@ -58,7 +58,7 @@ async function scrapeScene(html, url, shootId, ratingRes, site) {
|
||||
.toDate();
|
||||
|
||||
const actors = $(actorsRaw).find('span.names a').map((actorIndex, actorElement) => $(actorElement).text()).toArray();
|
||||
const description = $('.shoot-info .description').text();
|
||||
const description = $('.shoot-info .description').text().trim();
|
||||
|
||||
const { average: stars } = ratingRes.body;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user