From 7aae6cffb051a6142ce495797af7fc97e998c1f5 Mon Sep 17 00:00:00 2001 From: rpenido Date: Fri, 20 Aug 2021 19:09:32 -0300 Subject: [PATCH] Fix imgurl selector --- src/profile/profileScraperTemplate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile/profileScraperTemplate.js b/src/profile/profileScraperTemplate.js index f96def5..bbe0e27 100644 --- a/src/profile/profileScraperTemplate.js +++ b/src/profile/profileScraperTemplate.js @@ -9,7 +9,7 @@ const template = { location: `.pb2 .text-body-small`, connections: `li.text-body-small`, imageurl: { - selector: `img.pv-top-card__photo`, + selector: `img.pv-top-card-profile-picture__image`, attribute: 'src' } }