Added Hussie Pass scraper.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user