Fixed PornCZ scene photos attribute.
This commit is contained in:
@@ -45,7 +45,7 @@ function scrapeScene({ query }, url, channel) {
|
||||
release.tags = query.cnts(details.genres, 'a');
|
||||
|
||||
release.poster = query.img('#video-poster', 'data-poster', { origin: channel.url });
|
||||
release.photos = query.imgs('#gallery .photo-item img', 'src', { origin: channel.url });
|
||||
release.photos = query.imgs('#gallery .photo-item img', 'data-src', { origin: channel.url });
|
||||
|
||||
release.trailer = query.video('.trailer source');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user