Added fixed actor age. Added male profiles to Littlr Caprice Dreams scraper. Added various tag photos.

This commit is contained in:
DebaucheryLibrarian
2020-11-29 03:59:47 +01:00
parent 71c884fe48
commit 9a61d2305c
71 changed files with 123 additions and 33 deletions

View File

@@ -73,7 +73,19 @@
<span class="birthdate">{{ formatDate(actor.dateOfBirth, 'MMMM D, YYYY') }}<span
v-if="!actor.dateOfDeath"
class="age"
>{{ actor.age }}</span></span>
>{{ actor.ageFromBirth }}</span></span>
</li>
<li
v-else-if="actor.age && !actor.dateOfDeath"
class="bio-item"
>
<dfn class="bio-label"><Icon icon="cake" />Age</dfn>
<span
v-tooltip="'Exact date of birth or age unknown'"
class="birthdate"
>&gt; {{ actor.age }}</span>
</li>
<li

View File

@@ -71,9 +71,15 @@
>{{ actor.ageAtDeath }}</span>
<span
v-else-if="actor.age"
v-else-if="actor.ageFromBirth"
v-tooltip="`Born on ${formatDate(actor.dateOfBirth, 'MMMM D, YYYY')}`"
class="age-now"
>{{ actor.ageFromBirth }}</span>
<span
v-else-if="actor.age"
v-tooltip="`At least ${actor.age}`"
class="age-now"
>{{ actor.age }}</span>
<span

View File

@@ -100,6 +100,7 @@ async function mounted() {
'fake-cum',
],
toys: [
'toys',
'toy-anal',
'toy-dp',
'double-dildo',
@@ -114,11 +115,13 @@ async function mounted() {
'schoolgirl',
'nurse',
'maid',
'nun',
],
fetish: [
'bdsm',
'femdom',
'bondage',
'latex',
'blindfold',
],
extreme: [