Added Dorcel Club with scene and actor scraping. Added count method to qu.

This commit is contained in:
DebaucheryLibrarian
2020-09-16 04:55:30 +02:00
parent 34e087098b
commit 6fb15fb591
20 changed files with 165 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ function scrapeProfile({ query }) {
profile.nationality = bio.nationality;
profile.height = feetInchesToCm(bio.height);
profile.age = bio.age;
profile.hair = bio.hair;
profile.hairColor = bio.hair;
profile.description = query.cnt('.twocolumns');
profile.avatar = query.img('#individual-description img');