Changed Dorcel trailer to teaser.

This commit is contained in:
DebaucheryLibrarian 2021-02-10 23:49:37 +01:00
parent 098d2ef693
commit 42a2fd8800
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function scrapeAll(scenes, channel) {
const fallbackPoster = query.img('.thumb img');
release.poster = query.sourceSet('.thumb img', 'data-srcset') || [fallbackPoster.replace('_crop', ''), fallbackPoster];
release.trailer = [
release.teaser = [
query.video('.thumb-ratio', 'data-hq-preview'),
query.video('.thumb-ratio', 'data-preview'),
];