forked from DebaucheryLibrarian/traxxx
Changed Dorcel trailer to teaser.
This commit is contained in:
parent
098d2ef693
commit
42a2fd8800
|
@ -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'),
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue