diff --git a/src/scrapers/gamma.js b/src/scrapers/gamma.js index 0c224628..a0590b96 100644 --- a/src/scrapers/gamma.js +++ b/src/scrapers/gamma.js @@ -237,9 +237,8 @@ function scrapeActorSearch(html, url, actorName) { return actorLink ? actorLink.href : null; } -function scrapeProfile(html, url, actorName, siteSlug) { - const { document } = new JSDOM(html).window; - const { q, qu } = ex(html); +function scrapeProfile(html, url, actorName, _siteSlug) { + const { q } = ex(html); const avatar = q('img.actorPicture'); const hair = q('.actorProfile .attribute_hair_color', true);