diff --git a/src/scrapers/fullpornnetwork.js b/src/scrapers/fullpornnetwork.js index d6695739..8cb097d7 100644 --- a/src/scrapers/fullpornnetwork.js +++ b/src/scrapers/fullpornnetwork.js @@ -49,9 +49,12 @@ function scrapeScene({ q, qa, qd, qtx }, url) { return release; } -function scrapeProfile({ el, q }) { +function scrapeProfile({ el, q, qtx }) { const profile = {}; + const description = qtx('.model-bio'); + if (description) profile.description = description; + profile.avatar = [ q('.model-image img', 'src0_2x'), q('.model-image img', 'src0_1x'),