forked from DebaucheryLibrarian/traxxx
Refactored Cherry Pimps to use unprint, added series as channels.
This commit is contained in:
@@ -113,7 +113,7 @@ async function scrapeProfile({ query }, url, include) {
|
||||
if (tags.includes('tattoo') || tags.includes('tattoos')) profile.hasTattoos = true;
|
||||
if (tags.includes('piercing') || tags.includes('piercings')) profile.hasPiercings = true;
|
||||
|
||||
profile.description = query.text('[class$="description"] [class*="more-less"]');
|
||||
profile.description = query.content('[class$="description"] [class*="more-less"]');
|
||||
profile.avatar = query.img('[class*="poster"] img') || null;
|
||||
|
||||
if (include.releases) {
|
||||
|
||||
Reference in New Issue
Block a user