Fixed PornCZ video query.

This commit is contained in:
DebaucheryLibrarian 2021-02-16 19:53:32 +01:00
parent 67055bf920
commit 3469da674a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function scrapeScene({ query }, url, channel) {
release.poster = query.img('#video-poster', 'data-poster', { origin: channel.url });
release.photos = query.imgs('#gallery .photo-item img', 'data-src', { origin: channel.url });
release.trailer = query.video('.trailer source');
release.trailer = query.video();
release.channel = slugify(query.q('.video-detail-logo img', 'alt'), '');