forked from DebaucheryLibrarian/traxxx
Retrieving Spizoo trailers.
This commit is contained in:
parent
0b46e27497
commit
a316da3083
Binary file not shown.
After Width: | Height: | Size: 2.7 MiB |
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
|
@ -750,6 +750,7 @@ const tagMedia = [
|
|||
['double-dildo', 1, 'Indigo Vanity and Kendall Woods in "My White Stepdad: Part 3"', 'digitalplayground'],
|
||||
['double-dildo', 9, 'Anissa Kate and Zafira in "Lesbians Play With Double Dong All Day Long"', 'pornworld'],
|
||||
['double-dildo', 2, 'Jasmine Webb and Aria Alexander in "Homeless Horny"', 'digitalplayground'],
|
||||
['double-dildo', 'alina_ali_jessie_saint_nicole_kitt_zebragirls', 'Alina Ali, Jessie Saint and Nicole Kitt', 'zebragirls'],
|
||||
['double-dildo', 7, 'Gina Gerson and Anastasia Brokelyn in "One Double Sided Dildo, Two Cuties"', 'pornworld'],
|
||||
['double-dildo', 0, 'Kali Roses in "Double Dildo Party"'],
|
||||
['double-dildo', 4, 'Claudia Macc and Victoria Pure', 'eurogirlsongirls'],
|
||||
|
|
|
@ -44,7 +44,7 @@ function scrapeScene({ query }, url) {
|
|||
|
||||
release.tags = query.cnts('.categories-holder a');
|
||||
|
||||
const poster = query.img('#video-holder .update_thumb');
|
||||
const poster = query.img('#video-holder .update_thumb') || query.poster('#trailervideo');
|
||||
const posterPathname = poster && new URL(poster)?.pathname;
|
||||
|
||||
release.poster = [poster, poster?.replace(/imgw=\w+/, 'imgw=680')];
|
||||
|
@ -56,6 +56,8 @@ function scrapeScene({ query }, url) {
|
|||
src,
|
||||
]);
|
||||
|
||||
release.trailer = query.video('#trailervideo source');
|
||||
|
||||
return release;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue