Added Hussie Pass scraper.

This commit is contained in:
2020-03-05 02:47:52 +01:00
parent f3a3ed6369
commit 956afa6ae7
21 changed files with 259 additions and 7 deletions

View File

@@ -98,8 +98,6 @@ async function scrapeScene(html, url, site) {
release.poster = qp('video') || qi('.flowplayer img') || qi('img'); // _800.jpg is larger than _xl.jpg in landscape
const photosUrl = qu('.stat a[href*=photos]');
console.log(release.poster);
if (photosUrl) {
release.photos = await fetchPhotos(photosUrl);
} else {