Added Dorcel Club with scene and actor scraping. Added count method to qu.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user