Fixed PornCZ scene photos attribute.

This commit is contained in:
DebaucheryLibrarian 2020-11-22 04:13:21 +01:00
parent 081a5a1e8c
commit 6a5063cf32
1 changed files with 1 additions and 1 deletions

View File

@ -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');